I've been using the result after database commands, to check for errors.
But I see from the Dictionary that, it can be used after any command,
to check for an error. A return of empty means successful execution.
But how do you check it? Usually, moving the cursor over a field name,
displays its current value. (nice eh?) Or-- of course-- we can also check
the Variables List at the bottom of the Script Editor. BUT-- the result
shows up in neither! So when debugging, in order to check the value,
I always end up putting in this line of code in, which allows the cursor
over to display the value. Is there a better way?
Code: Select all
put the result into temp