seFreeObject
syntax: |
void SEContext.seFreeObject(SEObject item); |
where: |
item the item to free
|
return: |
None
|
description: |
You use this function to explicitly free an object returned from seGetObjectEx. Once freed, the object or string is no longer valid. See Chapter VIII for the standard ScriptEase lifetime rules.
|
see: |
|