argstr = CreateArgstring(string, length)
D0,A0 A0 D0
UBYTE *CreateArgstring(UBYTE *, ULONG);
Allocates a RexxArg structure and copies the supplied string into it. The returned pointer points at the string part of the structure and can be treated like an ordinary string pointer. (However, care must be taken that you do not change the string)