String concat, B.3.2 string concat – Nematron Pointe Controller User Manual
Page 309
![background image](/manuals/361042/309/background.png)
Pointe Controller User Guide
Appendix B: Flow Chart Command Reference
307
B.3.2 String Concat
This command can be selected from the
String commands
list.
When used in a Flow Chart, the String Concat command appends one string to
the end of another.
Parameters for this command include:
Destination String – The string onto which the Source String will be
appended. Also, the String tag to which the output will be written.
(Essentially, old Destination String + Source String = new Destination
String.)
To configure the Destination String parameter, click the
button to
open a standard
Select String Tag
dialog.
NOTE: If the defined length of the Destination String is not long enough
to receive the result of the command, then the output will be truncated.
No error will be generated.
Source String – The string to be appended to the end of the Destination
String.
The value of Source String may be a String tag, a literal string enclosed in
single quotes (‘ ’), or some other logical expression that is evaluated every
time the block is executed.
To configure the Source String parameter, click the
button to open a
standard
Build String Argument
dialog.
NOTE: Source String is not modified by the execution of this command.