Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

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 fatalExit
 end
 text=First Line"
 x=Set_Printer("TEXT", text)
 if Set_Printer("FONT", Font4) < 0 then
    ErrorMsg=Error with the FONT message"
    goto fatalExit
 end
 text=  "Second Line"
 x=Set_Printer("TEXT", text)

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/c63e960b4fdace6485256843007cdaa8.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1