Automation Toolkit Pro User Guide
  • Introduction
  • Usage
    • Main Toolbar Window
    • Drag and Drop
    • Keyboard Shortcuts
    • Editor
  • Visit The Forum
  • Automation Lines
    • What is an automation line
    • The different types of lines
  • Automation line types
  • Loop
    • Loop Types
    • Loop Options
  • If
  • Message
    • Message Options
  • ListBox
    • ListBox Options
  • Set
  • Action
  • Variable
    • Variable Options
  • Variables Types
    • Text
      • Properties
      • Actions
    • Number
      • Properties
      • Actions
    • Layer
      • Properties
      • Actions
    • Item
      • Properties
      • Actions
    • Property/Effect
      • Properties
      • Actions
    • Boolean
      • Properties
    • Marker
      • Properties
      • Actions
    • Project
      • Properties
      • Actions
    • File
      • Properties
      • Actions
    • Folder
      • Properties
      • Actions
    • Effect
      • Properties
      • Actions
    • RQ Item (render queue item)
      • Properties
      • Actions
    • Output-Module
      • Properties
      • Actions
    • Collection
      • Number
        • Properties
        • Actions
      • Text
        • Properties
        • Actions
      • Layer
        • Properties
        • Actions
      • Item
        • Properties
        • Actions
      • Property/Effect
        • Properties
        • Actions
      • Boolean
        • Properties
        • Actions
  • creating automation - real world examples
    • ######### Automation
    • #########1 Automation
    • #########2 Automation
  • Page 1
    • Automation Toolkit Documentation
    • Automation Toolkit Loop Types
Powered by GitBook
On this page

Was this helpful?

  1. Variables Types
  2. Collection
  3. Number

Actions

Name
Info

add element

adds a number to the collection

add element at index

adds a number at the current index (collection "index" property) of the collection

remove element at index

removes an element at the current index (collection "index" property) of the collection

remove all

removes all the elements in the collection

add a list of numbers as elements

adds all the numbers separated by a comma as individual number variables to a collection for example "1,2,3,4,5"

PreviousPropertiesNextText

Last updated 3 years ago

Was this helpful?