[index]
Exit Control Statement
Syntax
exit <messageName>
Description
Examples
Try the following example to see how the exit command works. Create a button and add the following handler to its script:
on mouseUp
beep 5
exit mouseUp
put "This dialog box will never be seen."
end mouseUp
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.