Navigation: thinBasic Modules > Core > General > Alert |
|
Description
Creates, displays, and operates an Alert box. The Alert box will be shown in the bottom of the screen closed to System Tray.
Syntax
Result = Alert(Title, Message [, Timeout])
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
Title |
String |
No |
Title of the alert box |
Message |
String |
No |
Message to be shown |
Timeout |
Number |
No |
TimeOut in seconds. |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |