Graphics

 View Only
  • 1.  Visual Logic string operation

    Posted 05-11-2016 19:35
    Hello Out There,
    I have a text string from metadata going through visual logic out to a text box. Is there a way in visual logic to trim off the last four digits of the string.
    And is there any documentation on visual logic?
    Thanks


  • 2.  RE: Visual Logic string operation

    Posted 05-12-2016 02:50

    String goes to "string length" and "left string", the output from "string length" goes to subtract, with a "value" of 4 as the amount to subtract.... and that value goes to the "string left" length input.


    #XPression


  • 3.  RE: Visual Logic string operation

    Posted 05-12-2016 14:56
    Thanks. That worked great. Do you know if there is any documentation on visual logic?
    #XPression


  • 4.  RE: Visual Logic string operation

    Posted 05-12-2016 22:08
    No... I guess you can just drag each element onto the canvas and see what their inputs/outputs are (hover the mouse over the connection points). I know that's not a great solution, but it almost seems like it is, itself, a reference guide.
    #XPression