Qucik Logic Engine Question

Discussion in 'C-Touch/HomeGate/SchedulePlus/PICED Software' started by [email protected], Feb 10, 2006.

  1. arnis@nyherji.is

    [email protected]

    Joined:
    Oct 30, 2004
    Messages:
    43
    Likes Received:
    0
    Location:
    Iceland
    I have a System I/0 String in HG, and a String Variable in the Logic Code

    how and a assign the string that is in the Variable to the System I/O String

    f.e. the String Variable contains 'test123' then I want the I/O string to contaion ?test123?

    thanks
     
    [email protected], Feb 10, 2006
    #1
  2. arnis@nyherji.is

    Matty

    Joined:
    Oct 15, 2004
    Messages:
    131
    Likes Received:
    0
    s:='test123';
    SetStringSystemIO("thing", s);

    For quick reference the help file has examples of logic code for all systemIO functions.

    Regards,
    Matty
     
    Matty, Feb 12, 2006
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.