Concatenating strings and OIPI (OpenInsight Specific)
At 10 DEC 1999 05:43:44PM Bruce Lee wrote:
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
At 10 DEC 1999 05:58PM CT Savell wrote:
Bruce,
Could you please show us a few lines of the Event script you are using to do this? Your approach should work.
Tom
At 10 DEC 1999 06:43PM Bruce Lee wrote:
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)