I must admit I'm having difficulty wrapping my brain around the scripting in AMS5... More practice will hopefully solve that.
Meanwhile, this: Version 4 has a handy "RETURN" command that halts any further actions, as in
IF (whatever)
RETURN
END IF
After having read the manuals and viewed most of the topics in the training CDs, I think this action in AMS5 needs to be accomplished with IF script, but no RETURN command? My example:
I have a Dialog.Folder Browse action, and if the user clicks the CANCEL button naturally the ensuing actions should not take place. I've tried various permutations of this script, to no avail:
If My_Variable ~= CANCEL then
-- a bunch of actions here
End
Thanks in advance for helping out a (once again) newbie.
Pete

