Adds a <Str> object to the <StrList>. The <StrList> takes ownership of the <Str> object.
int32 AddObj( Str p_oValue )
Parameter Type | Parameter Name | Documentation |
---|---|---|
<Str> | p_oValue | A pointer to the <Str> object you wish to add to the <StrList>. |
None published. Please look for an example in the Simdify Scripting Language code base.