Ooops ! Just realized that I made a mistake in the code
sent with my previous post...
The explanations were OK, but the following should work
better :

on openstack
    global stackA
    if stackA is not empty then
        --prompt error message
        set lockmessages to true
        -- exit stack
    else
        put 1 into stackA
    end if
...


on closestack
    global stackA
    put "" into stackA
...


Again sorry.

JB




Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to