fchagas97 4 years ago

Hello! You can't put functions inside others (:DATA(); is an exception.)

Try something like this:

:VALUE(%var(name)%).IFEQ.GET(data).THEN(True).ELSE(False);

comment