Returns the names of all open contexts (except for the Main context) on the server engine where the function is evaluated.
Syntax:
CtxGetAllNames()
Parameters:
None
Returns:
A string vector that contains all the context names (except for the Main context). For contexts that were not explicitly set with a context name, the context identification number is returned.
Note:
The cell type of the vector should be a string of up to 128 characters.
The function returns an empty vector when executed on a non-server engine.