Returns the size of the context.
|
Syntax:
|
CtxSize (context entry or identifier)
|
Parameters:
|
context entry or identifier: A number representing the context. This number can be either the context entry number in the current context list or the actual context identifier.
|
Returns:
|
The size of the context. For terminated or invalid contexts 0 is returned.
|
Note:
|
Before evaluating the CtxSize function, you should load the contexts list by evaluating the CtxNum function.
|
See also:
|
The Online and Rich Client Samples projects (program ES01 and RES01)
|