On 14.11.10 at 17:35 -0800 Mark Smith apparently wrote:
Hi, I recently wrote this code which works fine....

on savenotes
   modeless stack "save"
   save this stack
   wait 360 millisecs
   close stack "save"
end savenotes

when i went back to document it I stumbled across a sort of confusion in my
understand....


change your code as follows to resolve this for yourself ;-)

on savenotes
   modeless stack "save"
   answer "Saving" && (the short name of this stack) -- just to know
   save this stack
   wait 360 millisecs
   close stack "save"
end savenotes

Robert
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to