CopyStr (FUN)ΒΆ
FUNCTION CopyStr : BOOL
Copies a string from a zero-terminated array of characters into a string object. Note: at most 255 characters are copied, even of pbySrc is longer.
- InOut:
Scope
Name
Type
Comment
Return
CopyStrBOOLInput
psDstPOINTER TO STRING(255)
A non-zero pointer to the destination string
pbySrcPOINTER TO BYTE
A non-zero, zero-terminated array of characters