2536 Users online, 5.20 mbps
Quick Search
Already a member?
Username:
Password:
Register Here!





 

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

 
systool/lua/confirmbox.txt · Acessed 552 times · Last modified: 2006/01/15 00:00