[Abort] aborts processing the current thread. All current [handle]s will still be executed. A [protect] block will not stop an abort, but an abort can be halted by calling [abort_clear]. During...
This is a convenience implementation of the "less than" operator. This is not the less-than operator, but this method is provided to permit less-than operations to be...
This is a convenience implementation of the "positive equality...
This is a convenience implementation of the "greater than"...
The addition or "binary plus" operator + adds the value of the right operand to the value of the left operand and returns the resulting value. This operator performs mathematical...
The binary subtraction or "minus" operator - subtracts the value of the right operand from the value of the left operand and returns the resulting value. This operator performs...
The multiplication operator takes two operands and multiplies the left-hand operand by the right-hand operand. A new resulting value is returned. Objects can implement their own custom multiplication...
The division operator takes two operands and divides the left-hand operand by the right-hand operand. A new resulting value is returned. Objects can implement their own custom division method to...
[Action_Statement] can be used within inline code blocks to return the action statement used internally by the current data source connector to perform the database action. For example,...
[Action_Param] returns the value for an HTML form element, URL parameter, or [Inline] parameter. If the named parameter was not specified in the HTML form or URL that loaded the current page or in...
[Action_Params] returns an array of pairs that contains each of the parameters of the current action as well as all the command methods that define the current action. If called within...
[ admin_authorization ] is used internally in the inline container to determine current authentication parameters for the inline. If no authentication is available defaults to user=Anonymous and...
Returns an array of Lasso group names that the current user belongs to. Note that every user belongs to the group "ANYUSER" so this value will always be included in the array returned by...
Returns the ID from the internal security_users table of the current user whose permissions are being used to run the page or inline. An optional realm and authorization map can be specified.
Returns the name of the current user whose permissions are being used to run the page or inline. Returns an empty string if the current visitor has not specified a username and password or if the...
[Admin_Initialize] is called once at startup. The tag creates the lasso_internal database. *
[Admin_GetPref] is used to fetch the values of preferences stored internally in Lasso. This tag requires administrator privileges to be run. It requires one parameter which can take two forms. The...
[Admin_SetPref] is used to set the values of preferences stored internally in Lasso. This method requires administrator privileges to be run. Its required parameters can take two forms. A...
[Admin_RemovePref] removes a preference from the global preference table. This tag requires one parameter which is the name of a preference to be removed. Only a user with administrator privilege can...
[Admin_UserExists] checks to see if a user has been defined on the current site. It requires a single parameter which is the name of a user to check.
Returns the file path to the current Lasso Application folder.
The [any->asCopy] method returns a shallow copy of an object. In the rare circumstance that a deep copy is required, use the [any->asCopyDeep] method. In Lasso, a type has depth if it...
The [any->asCopyDeep] method returns a deep copy of an object. In general, the [any->asCopy] method is sufficient, but in the rare circumstance when an isolated, exact copy is needed, the...
This method is called when ever a type is invoked using parens()
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.
Copyright © 2011 LassoSoft Inc. Design by Treefrog Interactive | Legals, Refunds & Shipping | Privacy Policy |Contact LassoSoft