Skip to main content

VARIABLES

Local Variable

  • Variables are used to store information to be referenced and manipulated in a program.
  • They also provide a way of labeling data with a descriptive name, so our programs can be understood more clearly by the reader and ourselves.
  • It is helpful to think of variables as containers that hold information. Their sole purpose is to label and store data in memory, this data can then be used throughout your program.
Types of Variables

  1. Value
  2. List
  3. Array
  4. Random
  • Naming convention should be followed while naming a variable
  • Ex: vRanAccount, every variable name should start with lower case v ,followed by type of variable Ran[Random] and followed by name Account
In every task bot/task editor,by default we could able to see two variables.
  1. my-list-variable [List Type]
  2. Prompt-Assignments [Value Type]
These above two variable are allowed to edit or remove from the task editor Local variables list.

Random
  • It will provide the data randomly without any manual input.
  • GET operation only be done.
  • we can get numbers,string,alphanumeric or combination of all as a output from this type of variable.
  • We can provide length of variable to generate randomly
Value
  • We can assign number,string,decimal,special characters,paragraph etc in this variable.
  • SET and GET operation can be done
  • We can also provide data from the file to this type of variable
  • Data manipulation  can also be performed like arithmetic,logical
  • Reassign of data can also be done for same variable













Comments

Post a Comment

Popular posts from this blog

AUTOMATION ANYWHERE

Automation Anywhere It is a tool which was build on RPA platform It is user friendly and easy to learn Architecture Types of BOTS Task Bot Meta Bot IQ Bot Task Bot Task Bot or Task editor is mainly used to automate the process Usage of this bot is almost 99 percentage in current market Extension used for this bot is .atmx It can't be developed in offline Bot can be scheduled and monitored Meta Bot Usage of this is very less currently Extension used for this bot is .mbot Store and update feature available It can be develop in offline It can't be scheduled but can be called from Task bot IQ Bot This bot is still in POC stage Extension used is .vbot Mainly used in Analytics and AI Unstructured data can be converted to structured data

prompt Assignment

Prompt Assignment: By using this command we can pass the values at run time while running the task,and assign to variables. scope of the value will be with in the task and it wont be stored physically in assigned variable. subcommand  prompt for file 1.select window 2.caption prompt area\ prompt for folder prompt for value prompt for yes/no