Skip to Content
0
Former Member
Mar 18, 2009 at 05:54 PM

Concatenate text to a variable

34 Views

I'm working on a check form, and I need to insert commands that allow that tell the printer to enter into 'MICR Mode' to display the MICR font on the check. I have a variable called 'gv_micr_line' which contains the 3 sets of numbers that need to be printed in MICR font. I need to add characters to the front and back of that variable, which enables it to communicate with the printer. I need thevariable to display as: &%SMDgv_micr_line$ . Will the concatenate statement allow me to do this, while not losing the value assigned to the variable, and if so how can I do this?