without | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Used with the move and send to program commands to allow the handler to continue executing at once. Also used with the move command to prevent messages from being sent as a result of the move. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Command: send to program, move Glossary: handler, keyword, message, command, execute Keyword: with |
Description | Use the without keyword to change the way the move and send toprogram commands operate. If you use the move...without waiting form of the move command or the send...to program...without reply form of the send to program command, the current handler continues immediately. |