Hi I would like to transmit some serial commands using the Write serial command. But rather than storing all the string constants that I need , I was wondering if its possible to have the PAC generate them. An example of the serial codes I have to use would be something like 'ABC'#00'ABC'#00#00' , 'ABC'#00'ABC'#00#01, 'ABC'#00'ABC'#00#02 As you can see the only actual variable is the last digit. It would be make my life sooo much more easier if I could just get a loop to work and replace the last digit. Any ideas on how to implement this?? P.S I have tried using 'Append' function but the serial commands do not come out properly ( 0s between the constant and the variable)