Lasso Soft Inc. > Home

Name Summary Category
locale The [locale] method creates a locale object which is used to provide the ability to format the output of various data in the manner specified by the locale. The method requires one parameter... Locale
ljapi_initialize No description available. Java
list The [list] method creates a new list object. The method accepts any number of parameters. Any parameters given are used as the initial elements of the list. List objects contain a series of... List
locale->country The [locale->country] method returns the country code from the locale. Locale
locale->displaycountry The [locale->displaycountry] method displays the name of the locale's country in the language of another locale. The method requires one parameter, the locale to output the country name... Locale
locale->basename The [locale->basename] method returns the base name of the locale. Locale
locale->asString The [locale->asString] method returns the current locale information as a string object with each part of the locale settings concatenated together with an underscore character... Locale
list_node->next No description available. List
list_node->prev No description available. List
list_node->value No description available. List
list->asString [list->asString] outputs the list as a string. This method is used for debugging purposes List
list->contains [List->Contains] returns True of the method parameter is contained in the list or False otherwise. This method performs the same operation as the contains symbol >> with a list on the... List
list->first [List->First] returns the first value in the list or Null if the list is empty. List
list->forEach No description available. List
list->insertFirst [List->InsertFirst] inserts the specified value into the start of the list. The new value is inserted into the first position in the list and all the other values in the list are shifted up one... List
list->insert [List->Insert] inserts a value into the list. The method requires a single parameter which is the value to be inserted at the end of the list. List
list->insertLast [List->InsertLast] inserts the specified value into the end of the list. The new value is inserted into the last position in the list. The list is modified in-place and no result is... List
list->last [List->Last] returns the last element of the list. [List->Last] is the equivalent of [List->Get(-1)]. List
list->remove [List->Remove] removes an item from the lists. Accepts an iterator parameter identifying the item to be removed. Defaults to the last item in the list. Returns no value List
list->removeall [List->RemoveAll] removes all matching elements from the list. The list is modified in-place and no result is returned. List
list->removeFirst [List->RemoveFirst] removes the first element of the list. All of the other elements in the list are shifted down one position. The list is modified in-place and no result is returned. List
list->removeLast [List->RemoveLast] removes the last element of the list. The list is modified in-place and no result is returned. List
list->size [List->Size] returns the number of elements in the list. List
list->values No description available. List
list->listNode No description available. List
Showing 1,176 - 1,200 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