Graphics

 View Only
  • 1.  Visual logic question

    Posted 08-08-2020 21:03
    Is there anything unique to visual logic for the string value to take a value as “Null” or using an asterisk as an any variable? I’m currently trying to get a string comparison to work off if there is or isn’t txt in a text object.


  • 2.  RE: Visual logic question

    Posted 08-08-2020 21:09

    Can you use IsEmpty on the textobject?

    This returns true if object contains nothing and false if it contains anything. 


    #XPression


  • 3.  RE: Visual logic question

    Posted 08-08-2020 22:42

    Thank you! That was the missing puzzle piece for what I was trying the hard way to make work.


    #XPression