ADELIA |
|
|
|
|
(I/B) |
|
|
|
|
Syntax
$QAVarId%Expression
Description
This marker is used to set the end of a Question/Answer variable; it is not included in the generated source.
Example
%QUESTION*LI PREFIX
%%Specify the prefix of the variables
DECLARE $PREFIX%ITEM;$PREFIX%_ITEM 5
$PREFIX%_ITEM = *BLANK
If the WW prefix is specified:
the following (five-character) alphanumeric variable will be declared in the program: WW_ITEM (short name: WWITEM);
the following instruction will be added to the 4GL source: WW_ITEM = *BLANK
List of Q/A instructions by topic