Hello everyone,
I'd assume this is a bug, but as I'm new around here I decided to ask whether or not it's me doing something wrong :)
So, the case is that I'm receiving a string via AJAX and saving it to my dictionary:
[AJAX] On "try_login" completed -> [Dictionary] Add key "try_login" with value AJAX.LastData
Then, as a sub-event (fired after the value is stored) i want to check if the received value has more than three characters. This is where my problem starts, because selecting Dictionary->Compare value won't allow me to compare len() to a number (even though there is a "Greater than" option below). Even the below setup throws a "Type mismatch" error disallowing comparison <img src="smileys/smiley5.gif" border="0" align="middle" />
<img src="http://img6.imagebanana.com/img/hbwxak36/len.PNG" border="0" />
I'm not sure that is the intended way :) Please let me know if it's me missing something or is it an actual bug, thanks!