This is very useful for contexts that are single instances.
If this function is used in the Task Prefix of the called program (or its Main program), it will not be returned in the Returned Context Id property. This is because the Context ID is set when the context loads and the Task Prefix is available once the context has already been loaded.
If you change the name of a context using the CtxSetName, you should be aware that the context name may no longer be unique. This may cause a problem when interacting between contexts.
|