Topic: DMD0471 STRCOPYR - Copy a Range of Strings |
|
The Copy a Range of Strings (STRCOPYR) instruction copies one contiguous range of Strings to another contiguous range of Strings.
|
|
Parameters:Note: Use the F9 key or click the 'three dot box' at the right edge of the parameter field to open the Default Element Selection Tool (the Element Picker or the Element Browser) or use the Down-Arrow key (Auto-Complete) on any parameter field to see a complete list of the memory locations that are valid for that parameter of the instruction.
Start Source String specifies the first String in the range of Strings to be copied. This can be any system-defined or user-defined String.
Start Destination String specifies the first String in the range of Strings where the Strings will be copied to. This can be any system-defined or user-defined String.
Count specifies how many contiguous Strings to copy. This can be any constant from 1 to 65535, or any numeric location containing a value in that range.
|
|
Ladder Display:
|
|
See Also:
STRCOPYR - Copy a Range of Strings
STR2REAL - Convert String to Real
STR2INT - Convert String to Integer
STRCASE - Convert String to UPPER / lower Case
|
|
Related Topics:
|
|
Example:
|
|