Unable to compare [[ Now.getDate() ]], with another widget's [[ This.text +1 ]]


#1

Hi folks,

I dont understand why I can’t compare a “setText to .getDate()” in a widget, with “setText to 1” in a second widget. I’ve even tried “setText to Now.getDate().toString()”?

I need to compare a widget with [[ This.text +1 ]], with a widget with [[ Now.getDate() ]].

comparingGetDateValue.rp (285.2 KB)

Thanks geniuses!
-John


#2

Hi, John. In the set text action, there’s an extra space between the closing brackets and the closing quotation mark. So, the value of L is being set to "1 ".

Jeff


#3

Thanks a million for taking a look Jeff.
My late night Axure-ing always gets me into stupid mode. :wink:


unlisted #4