Statements

Statements are a type of command used in sanScript to complete a specific action in your application, such as opening a window, saving an item in a table or displaying a message for the user. For instance, to display a message in your application you can use the error statement:

error "Please enter your password.";


Documentation Feedback