Why always use an else statement and the fundamental difference between empty and missing values
Hi everyone, a bit of a theoretical question here. I'm currently writing a JSL Scripting tutorial for my colleagues and so I am trying to make sure I have a good understanding of the way JSL works. I once read on a forum that you should always use an 'Else' statement inside an 'If' loop, even if that meant adding Empty() as the 'Else' statement.To see the difference, I tried playing around with th...
vince_faller