confirmbox Function
Syntax
confirmbox(string text, string title)
Parameters
- text
Text to display in the box - title
Text to use as caption window for the box
Return Value
- boolean
TRUE if user clicked yes, FALSE if user clicked no
Remarks
Example
if confirmbox("Do you want to quit?","SysTool") then
trace("exiting..")
end
See also
