Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 20.1.2 ]
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
Solved! Go to Solution.