Lasso Soft Inc. > Home

Name Summary Category
staticarray Lasso's [staticarray] object type is an efficient, non-resizable container for holding any object type. Staticarrays are created in the same way as any object, but Lasso... Array
staticarray_join This method will produce a new staticarray. It accepts two parameters. The first is an integer indicating how large the result should be. The second parameter indicates the object which will be... Array
string [string] creates a new string object. String objects exist as a series of Unicode characters in the UTF-32 encoding. Empty strings can be created by calling this method with no parameters. This... String
stdout No description available.
stdoutnl [stdoutnl] prints the specified message to the console.
SQLITE_TOOBIG [ SQLITE_TOOBIG ]This method returns the value for the SQLITE_TOOBIG error code. Consult the SQLite documentation for the exact meaning of this error code. Database
SQLITE_TEXT [ SQLITE_TEXT ] This method returns the value for the SQLITE_TEXT error code. Consult the SQLite documentation for the exact meaning of this error code. Database
string->append [String->Append] casts the parameters to strings and appends them to the string variable. Modifies the string variable and returns no value. Requires at least one string parameter. This... String
string->chardigitvalue [String->CharDigitValue] returns the integer value of a specified character or -1 if the character is alphabetic. The character within the base string to be inspected is specified starting from 1 for... String
string->charname [String->CharName] returns the Unicode name for a specified character within the string. Requires one parameter which is the index of the character to be named. String
string->asString The [string->asString] method converts a string object into a string, and returns its value. String
string->asBytes [string->asbytes] converts a string object to a bytes object, and returns the value. The bytes object will contain the unicode characters of the string after conversion into a single-byte... String
string->beginsWith [String->BeginsWith] returns True if the base string begins with the string parameter, False otherwise. Requires a single string parameter. The test is not case sensitive. String
staticarray->get [staticarray->get] returns an item from the array. Accepts a single integer parameter identifying the position of the item to be returned. The first element in an array is at position... Array
staticarray->size [staticarray->size] returns the number of elements in the array. Array
staticarray->join The [staticarray->join] method may be used in three distinct ways. 
  1. To concatenate the elements of an array using the supplied parameter in between...
Array
staticarray->sub The [staticarray->sub] method returns a staticarray containing elements from the original array. The method requires one integer parameter which is the index of the element to be returned... Array
staticarray->asString Outputs the staticarray as a string. This method is used for debugging purposes. Array
staticarray->forEach The [staticarray->forEach] method invokes a tag, type, or compound expression on each element in the array. The method requires a single parameter which is a tag reference, data type instance, or... Array
staticarray->contains The [staticarray->contains] method returns true if the method's parameter is contained in the array or false otherwise. This tag performs the same operation as the contains symbol... Array
staticarray->find [staticarray->find] returns an array of elements that match the parameter. Accepts a single parameter of any data type. If the array contains any pair values, only the first part of the pair... Array
staticarray->findposition The [staticarray->findposition] method searches the array for the parameter and returns an array of positions for those elements which match. Accepts a single parameter of any data type... Array
staticarray->values The [staticarray->values] method returns a new staticarray containing all the values of the original in the same order. Array
staticarray->keys Returns a staticarray containing each element position. Array
sqlite_table->oncreate [ sqlite_table->oncreate ] initializes the sqlite_table object with the required sqlite_db object and a table name string. Database
Showing 1,976 - 2,000 of 2,580

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. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft