K
Kurt Hill
Hi!
I use the '+' operator instead of '&' as it results in a null if any single
argument is null, so you can do this:
IF ISNULL(strArg1 + strArg2 + strArg3 + ... + strArgN) THEN CALL
WreakHavoc
And your code only makes sure that all entries are not blank -- If anything
at all is filled in, it skips then THEN clause...
I use the '+' operator instead of '&' as it results in a null if any single
argument is null, so you can do this:
IF ISNULL(strArg1 + strArg2 + strArg3 + ... + strArgN) THEN CALL
WreakHavoc
And your code only makes sure that all entries are not blank -- If anything
at all is filled in, it skips then THEN clause...