Data Commands
From UBot Studio
The Data Commands allow you to manipulate and store data
List of Data Commands
- Reset Account: Resets the account info in the account data function before
- Set: Allows you to store a value in a variable
- Increment: Adds 1 to a variable
- Decrement: Subtracts 1 from a variable
- Add Item to List: Adds an item to the end of a list
- Add List to List: Adds every item in one list to the end of the other list
- Remove From List: Removes an item from a list at a specified position
- Set List Position: Sets the position of a list which is used by the next list item function
- Clear List: Empties the contents of a list and resets it's position to zero.
- Create Table From File: Allows you to create a table based on a .csv file.
- Set Table Cell: Allows you to set a specific cell in a table
- Add List to Table As Column: Inserts a list into a table at a specified location as a column
- Add List to Table As Row: Inserts a list into a table at a specified location as a row
- Clear Table: Empties the contents of a table