User Tools

Site Tools


blocks:data

Data

Blocks Description
Create a list (default 1 item in the list == number 1
Report a dictionary object
Report number of items in a list
Report True if list is empty
Report if data contains the value
Report first item in the list
Report last item in a list
Report item at position in list
Set item at position in a list to a value
Report random item in a list (or string)
Append an item to a list
Insert item at start of list
Append items in seconds list to the first list
Remove an item from the list
Report a sorted version of a list
Report a shuffled version of a list
Report a reversed sorted version of a list
Convert a list of nested lists into a single list containing all the leaves of the original structure
Report several lists as one list
Report a copied version of a list
Report a shorter copied version of a list
Report the position of an item in a list (if it exists)
Report the last position of an item in a list (if it exists)
Convert an Array into a List. Seldom needed.
blocks/data.txt · Last modified: 2017/09/30 09:03 (external edit)