Copies <Str> objects (and transfers ownership if necessary) from the source <StrList> object to this <StrList> object.
int32 Acquire( StrList src )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <StrList> | src | A pointer to the <StrList> object containing the source <Str> objects. |
None published. Please look for an example in the Simdify Scripting Language code base.