Graphics

 View Only
  • 1.  Line break via logic editor

    Posted 09-15-2016 16:49
    Is it possible to do a line break in the logic editor? The data coming is either 1 or 2 words. If it's two words, I'd like to replace the space with a line break. I've tried inserting the strings "vbCrLf", "/n", and chr(13) but with no luck. Does anyone know if this is possible?


  • 2.  RE: Line break via logic editor

    Posted 09-18-2016 07:22
    I write automation format files that are used to generate and send commands from an external Linux database server to a MS/Windows based graphic software program. How are you writing the syntax string for the line break command?

    I've always written: [% CRLF %] for the syntax creating a line break command. That doesn't mean you are writing the command string incorrectly. There may be other factors involved that could be influencing the way the logic editor interprets certain command strings.
    #XPression


  • 3.  RE: Line break via logic editor

    Posted 09-18-2016 09:43
    No way from now directly into visual logic.

    What you can do is to create an hidden textobject with only a line return on it. Then replace " " by this textobect>text...
    #XPression


  • 4.  RE: Line break via logic editor

    Posted 09-23-2016 17:27
    No way from now directly into visual logic.

    What you can do is to create an hidden textobject with only a line return on it. Then replace " " by this textobect>text...


    Clever. I like it!
    #XPression