Name | Summary | Category |
escape_tag | [escape_tag] creates an instance of a type. Requires a parameter as either the name of the type (::tag) or as a single-quoted string ('tag'). Further, appending the tag name with... | Tag |
failure_clear | [failure_clear] clears the current failure code. When used within a [protect] + [handle] combination, code can be executed on a failure condition, then the failure cleared and the process continue. | Error |
fail | [Fail] halts execution of the current page or [Protect] code block. Takes three parameters in combinations as shown in the syntax specification: an integer error code, a string error message... | Error |
fail_if | [Fail_If] conditionally halts execution of the current page or [Protect] block. Takes three parameters: a conditional expression, an optional integer error code, and a string error message. | Error |
fail_ifnot | No description available. | Error |
error_msg | The [Error_Msg] method returns the current error message. Lasso keeps track of one error message which can be set by any tag. Calling [Error_Msg] and [Error_Code] immediately after calling certain... | Error |
error_obj | [err_obj] returns the current error name from the lasso variable _err_obj or null if no error object is present. | Error |
error_stack | [error_stack] returns the detailed error reporting for the current error condition. | Error |
error_push | [Error_Push] stores the current error code and error message in a stack and then resets the current error code to 0 and the current error message to empty. The stored error code and error message can... | Error |
error_pop | [Error_Pop] restores the error code and error message from an earlier [Error_Push] call. [Error_Push] and [Error_Pop] can be used to maintain the current error code while executing code which... | Error |
error_reset | [Error_Reset] simply sets the current error code to 0 and the current error message to empty. The current error code and error message can be inspected with the [Error_Code] and [Error_Msg] methods. | Error |
error_msg_invalidParameter | [error_msg_invalidParameter] returns a string message for the invalidParameter error condition. | Error |
error_msg_networkError | [error_msg_networkError] returns the error message "Network Error" when called. This is a lookup only and not an indicator of network condition when invoked. | Error |
error_msg_runtimeAssertion | [error_msg_runtimeAssertion] returns a string message for the runtimeAssertion error condition. | Error |
error_msg_methodNotFound | [error_msg_methodNotFound] returns a string message for the methodNotFound error condition. | Error |
error_msg_resNotFound | [error_msg_resNotFound] returns a string message for the resNotFound error condition. | Error |
error_msg_fileNotFound | [error_msg_fileNotFound] returns a string message for the fileNotFound error condition. | Error |
error_msg_aborted | [error_msg_aborted] returns a string message for the aborted error condition. | Error |
error_msg_divideByZero | [error_msg_divideByZero] returns a string message for the divideByZero error condition. | Error |
error_msg_noerror | [error_msg_noerror] returns a string message for the noError error condition. | Error |
field | Synonymous with [ column ]. [Field] returns the value for a field from the current database search. This method can be used within [Inline] code blocks that return a database found set. ... | Database |
field_names | Synonymous with [ column_names ], the [Field_Names] method returns an array that contains the names of all of the fields that were returned by the current database search. This tag is usually used... | Database |
field_name | [Field_Name] returns the name of a field in the current database and table. A number parameter returns the name of the field in that position within the current table. Other parameters are described... | Database |
Error_CurrentError | [Error_CurrentError] returns the current error code or error message.
Included for backwards compatibility.
Please use [error_code] and [error_msg] to... |
Error |
Event_Schedule | [Event_Schedule] schedules a URL to be loaded by Lasso at a specified time in the future or schedules repeated loads of a specified URL. This method can be used to execute format files on the... | Utility |
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft