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
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 Value List Array Random Naming convention should be followed while naming a variable Ex: v Ran Account , 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. my-list-variable [List Type] 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 manua...