How Do I Set a Different Name for the Current Context? (Magic xpa 4.x)
When you need to rename a context, use the CtxSetName() function. Renaming a context is useful when dealing with a single instance context as the name is static and known.
The syntax is:
CtxSetName(<new name>)
where:
<new name> is a text string up to 128 characters long.
The Online Samples project (program MT02)