source: SH_SHM/trunk/help/ENTER.HLP @ 1237

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 
1command ENTER <&symbol> [;<prompt1>[;<prompt2>[;...;<promptN>]]]
2=============
3
4key: read symbol value
5
6Valid only in command procedures.  Reads new value of a previously
7defined symbol (local or global set) from the input level which is
8passed at the command procedure call (the input level can be redirected
9by qualifiers, see also HELP PROC_CALL).
10
11
12parameters
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
22qualifiers
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
33example:
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.