Acquire Data Member Function

Copies <Str> objects (and transfers ownership if necessary) from the source <StrList> object to this <StrList> object.

Prototype

int32 Acquire( StrList src )

Parameters

Parameter Type Parameter Name Documentation
<StrList>srcA pointer to the <StrList> object containing the source <Str> objects.

Examples

Copy Text To Clipboard

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