[ Main Menu ] [ Extension Tools Menu ] [ Basic Edition Menu ]

<iSTRCAT> Tag


<iSTRCATDST="stringtoaddto"
SRC="stringtoadd"
>

This allows the concatenation of two strings. DST is the string to which SRC is added. An alternate method to the iSTRCAT command would be <iEQ name=result value=":string1:string2" eval=true>.
Usage This tag could be used to take a first name and last name to make a full name. See the example below.
Note Make sure that you put the DST as the variable being concatenated to. This is a common mistake


iSTRCAT example
Example Source Code
Top