Revision 16,
1.1 KB
checked in by marcus, 15 years ago
(diff) |
r1 | svn | 2007-12-13 11:10:29 +0100 (Do, 13 Dez 2007) | 2 lines
Initial import
|
Line | |
---|
1 | command ENTER <&symbol> [;<prompt1>[;<prompt2>[;...;<promptN>]]] |
---|
2 | ============= |
---|
3 | |
---|
4 | key: read symbol value |
---|
5 | |
---|
6 | Valid only in command procedures. Reads new value of a previously |
---|
7 | defined symbol (local or global set) from the input level which is |
---|
8 | passed at the command procedure call (the input level can be redirected |
---|
9 | by qualifiers, see also HELP PROC_CALL). |
---|
10 | |
---|
11 | |
---|
12 | parameters |
---|
13 | |
---|
14 | <&symbol> --- parameter type: symbol address |
---|
15 | Name of the symbol (previously defined) to store the result of input. |
---|
16 | |
---|
17 | <prompt1>, <prompt2>, ..., <promptN> --- parameter type: string |
---|
18 | Text for prompting user input. The text parameters are separated |
---|
19 | by blanks. |
---|
20 | |
---|
21 | |
---|
22 | qualifiers |
---|
23 | |
---|
24 | /PARENT |
---|
25 | The input is read from the parent command level, no regard is payed |
---|
26 | to the local input level (see HELP PROC_CALL) passed. |
---|
27 | |
---|
28 | /INTERACTIVE |
---|
29 | The input is read from the main input level (see HELP PROC_CALL), |
---|
30 | no regard is payed to the local input level. |
---|
31 | |
---|
32 | |
---|
33 | example: |
---|
34 | |
---|
35 | ENTER &NAME Q-FILE NAME: ! prompts from within a command procedure |
---|
36 | ! "Q-FILE NAME: " and stores the received |
---|
37 | ! value in the symbol "NAME" |
---|
38 | |
---|
Note: See
TracBrowser
for help on using the repository browser.