AddObj Data Member Function

Adds a <Str> object to the <StrList>. The <StrList> takes ownership of the <Str> object.

Prototype

int32 AddObj( Str p_oStr )

Parameters

Parameter Type Parameter Name Documentation
<Str>p_oStrA pointer to the <Str> object you wish to add to the <StrList>.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.