|
4) Variable Assignment Commands
A) ASSIGN
Feature: Run variable assignment.
Format: ASSIGN <variable name> <variable value>
Parameters:
| Parameters |
Description |
| <variable name> |
the name of assigned variable |
| <variable value> |
number |
another variable:
variable control :=SELECT or =CONNECT
Return Value: None
B) =SELECT
Feature: Run variable assignment
Format: ASSIGN <variable name> <variable value>
Parameters:
| Parameters |
Description |
| <variable name> |
the name of assigned variable |
| <variable value> |
number |
another variable:
variable control :=SELECT or =CONNECT
Return Value: None
C) =CONNECT
Feature: Run variable assignment
Format: ASSIGN <variable name> <variable value>
Parameters:
| Parameters |
Description |
| <variable name> |
the name of assigned variable |
| <variable value> |
number |
another variable:
variable control :=SELECT or =CONNECT
Return Value: None
|