0
Test condition
Hello. what is the expression that tests whether a field is filled or empty.?
thank you
Alain
2 replies
-
null
e.g.:
if Field!=null then
...
end
In this case if the field contains something, the code will be executed.
Steven
-
Thank you Steven
Content aside
- 4 yrs agoLast active
- 2Replies
- 472Views