RemoveAt Method
Syntax
Context.Session.RemoveAt as V (Index as N)
Arguments
- V
Return type
- Index as N
The index of the session-state variable to be removed. This index is zero based.
Description
Removes the item at the specified 0-based index from the session-state collection.
Discussion
Context.Session.RemoveAt() removes the item at the specified 0-based index from the session-state collection. Check Context.Session.CallResult.Success before using the return value.