Gregory Lypny wrote/ schreef:
> Hi Everyone,
>
> When I use the "answer file" command as below, clicking "Cancel"
> does not cause an exit out of the handler. What am I doing wrong?
>
> answer file "Show me the file."
> if it is "Cancel" then exit mouseUp
You could have find this out yourself by using this:
answer file "Show me the file."
answer it && return && the result
But I'll give it here:
answer file "Show me the file."
if it is empty then exit mouseUp
-- or
if the result is "Cancel" then exit mouseUp
> Regards,
>
> Greg
Hope this helps,
Sjoerd
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.