Example Variable Definitions
This section shows a number of example variable definitions:
Integer
Isub
(100,200,300,400)
Integer
ERRCOUNT
,Global
Integer
Jsub
(-400,-300,-200), Local, Random
Integer
B
,Script, Repeatable, Seed=30352
Integer
Prdcod
,File="prd_codes"
Character:24
surname
Character*10
Alph
("A","C","E"), Repeatable Random
Character*80
Prddsc
,File="prd_descriptions"
Constant
TAXrate =
17.5
Constant
confirm =
"Confirm [Y/N] :"
See also:
The DEFINITIONS Section