AddObj Data Member Function

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

Prototype

int32 AddObj( Str p_oValue )

Parameters

Parameter Type Parameter Name Documentation
<Str>p_oValueA 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 Simdify Scripting Language code base.