Hello,
I am attempting to concatenate to words.
I set the font to bold for the first word and then I set the next word to underline. I then want to concatenate the the two words. In AREV I would use a : after the first word but that is not the case in OI. Currently the words print on separate Lines.
Thanks Bruce
Bruce,
Could you please show us a few lines of the Event script you are using to do this? Your approach should work.
Tom
Here is the sample you requested
Thanks Bruce.
if Set_Printer("FONT", Font3) < 0 then
ErrorMsg=Error with the FONT message"goto fatalExitendtext=First Line"x=Set_Printer("TEXT", text)if Set_Printer("FONT", Font4) < 0 thenErrorMsg=Error with the FONT message"goto fatalExitendtext= "Second Line"x=Set_Printer("TEXT", text)