contents   index   previous   next



SE_TEMP

Often a ScriptEase API program needs to create variables of its own to store temporary data. SE_TEMP refers to an object where such data can be stored. This object lasts for the life of the context, so your data can be long lasting if you desire. You are free to add and remove members from this object as you need. Please see the in depth explanation of this object later in this chapter.

 

You cannot write to SE_TEMP,SE_VALUE.

 


SE_WRAPPER_TEMP