Topic: DMD0471

Help File Version: 2.9.4.37

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 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.

Range: shows the range of Source strings based on the current Start Source String and Count value.

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.

Range: shows the range of Destination strings based on the current Start Destination String and Count values.

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:

STRCOPY - Copy String

 

STRCOPYR - Copy a Range of Strings

 


STR2REAL - Convert String to Real

 

STR2INT - Convert String to Integer

 

STRCASE - Convert String to UPPER / lower Case

 

STRCLEAR - Clear Strings

 

STRCMP - String Compare



STRDELETE - Delete Substring

 

STRFIND - Find within String

 

STRINSERT - Insert Substring

 

STRPRINT - Print to String

 

STRSUB - Get Substring

 

STRTRIM - Trim Whitespace

 

STRTRUNC - Truncate String

 


Related Topics:

COPY - Copy Data

 

INIT - Initialize Data

 

MEMCOPY - Copy Memory Range

 

MOVE - Move Value

 


Example: