Graphics

 View Only
  • 1.  Putting ASCII control codes into the String Value box in Visual Logic

    Posted 12-06-2018 15:33
    Hi
    Is it possible to enter ASCII control codes (tab, newline etc) into the String Value box in Visual Logic. I want to construct a string from various Datalinq inputs, and use concatenate to put it all together then feed it into one text box for display. It's easier to do this than have a text box for every Datalinq input!

    I've tried the C style like \0x09 and \0x0d but that doesn't work (but that's what I need!)

    Thanks
    Simon


  • 2.  RE: Putting ASCII control codes into the String Value box in Visual Logic

    Posted 12-06-2018 15:39
    Solved it. I have created 2 text boxes, one that has a newline in, the other a tab, and use the text from those as input to my Concatenate in Visual Logic.
    #XPression