Product changes

New feature - added the expression 'present?'

Written by Daniel Willemse | Mar 28, 2017 12:37:00 PM

We have added a new expression to the list: present? as a counterpart of the expression blank?. The new present? expression checks if a variable value is present or not. When a variable value is present, the expression will return true.

 

The new added expression Present? returns true if the variable has any value