Data Commands

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Created page with "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 ...")
 
(List of Data Commands)
Line 19: Line 19:
 
*[[Set List Position]]: Sets the position of a list which is used by the next list item function
 
*[[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.
+
*[[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.
+
*[[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
 
*[[Set Table Cell]]: Allows you to set a specific cell in a table
Line 30: Line 30:
  
 
*[[Clear Table]]: Empties the contents of a table
 
*[[Clear Table]]: Empties the contents of a table
 +
 +
*[[Delete from Table]]: Deletes a specified row or column and moves the remaining populated rows or columns over
 +
 +
*[[Add Table to Table]]: Appends a table at the end of another table
 +
 +
*[[Insert into Table]]: Inserts a blank row or column in front of a specified index (column or row number)
 +
 +
*[[Sort Table]]: sorts a table by column index

Revision as of 16:36, 22 March 2013

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
  • 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
  • Delete from Table: Deletes a specified row or column and moves the remaining populated rows or columns over
  • Insert into Table: Inserts a blank row or column in front of a specified index (column or row number)
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox