contents   index   previous   next



seGetName

 

syntax:

   String

SEContext.seGetName(SEObject object,

                    SEMemberDesc member);

where:

object the object the variable is in

 

member the member description (ie. SE.VALUE, SE.NUM(5))

 

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.

 

see:

None

 


seInternalizeString