contents   index   previous   next



seGetName

 

syntax:

   seconstcharptr

seGetName(secontext se,

          seobject object,

          semember member,

          sememcount *len);

where:

se the context the name is resolved in

 

object the object the variable is in

 

member the member name

 

len an output parameter, the length of the string

 

return:

The text of the variable's name

 

description:

Given an Object,Member pair, get a name for the variable This function gets the full name of the given variable. It is intended for error reporting. Be warned, this is a very slow function.

 

The returned string follows the usual ScriptEase lifetime rules.

 

see:

None

 


seInternalizeString