Hi,
What is the best way to check if a global table's cell is blank/null?
I've tried the following, but it doesn't seem to work. It always true.
if (table[stepid]["VariableDurationMean"] != NULL)
Thanks,
Hai
Edit: Add test file: TestCellNull.fsm