CharBufferString.CopyFrom (METH)ΒΆ
METHOD CopyFrom
Does a strcpy from the source string cbsSource into our instance at given positions and a given length. Note: No terminating 0 will be appended.
- InOut:
Scope
Name
Type
Comment
Input
rcbsSourceREFERENCE TO CharBufferString
The source string, where the characters will be copied from
diSourceOffsetDINTThe 1 relative offset within the source string, where the copying will start
diTargetOffsetDINTThe 1 relative offset within the source string, where the copying to will start
diCountCharactersDINTThe number of characters to copy