Caution: This documentation is for Exponential, from version 3.x to 6.x.
For 5.x documentation covering Platform see Exponential Platform Documentation, for difference between legacy and Platform see 5.x Architecture overview.

This code will give you unexpected results

This code:
{def $myvar = first_set($myobject.contentobject.data_map.my_integer_var.data_int, 0)}
MYVAR = {$idanag}; {$myobject.contentobject.data_map.my_integer_var.data_int}

will display
MYVAR = ; 0

instead of
MYVAR = 0; 0
so, first_set handles 0s as "unset". this either needs to be documented or marked as a bug.

Anonymous User (04/08/2005 2:12 pm)

Anonymous User (04/08/2005 2:15 pm)


Comments

There are no comments.