Sets a string argument.
Syntax
XcallBlock.PutStrArg(Argument,Value)
Parameters
Argument
An Integer value indicating the number of the XCALL argument to return. The first argument is argument number one.
Value
A String value to return in the specified argument to the calling program.
Remarks
The PutStrArg function may be used to return values to string and unformatted argument types. Returned values will be terminated and padded with ‘\0’ or null characters to the AlphaBASIC mapped size of the argument. If the returned value is shorter than the mapped size then it will be truncated.