source: SH_SHM/trunk/help/ENTRY.HLP @ 206

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 ENTRY <keyword> <p1> <p2> ... <pN>
2=============
3
4key: info entry definitions
5
6Defines, renames or lists info entries.
7
8parameters:
9
10<keyword>  ---  parameter type: string
11   Subfunction keyword.  Valid values are
12
13   DEFINE    define new info entry
14      <p1>   text;    name of new info entry
15      <p2>   char;    type of new info entry (L,I,B,R,S,C,T,P,F)
16      <p3>   integer; internal index number of info entry
17      <p4>   integer; q-file entry number
18
19   RENAME    renames existing info entry
20      <p1>   text;    old name
21      <p2>   text;    new name
22
23   LIST      lists all currently defines info entries to a file and
24             to the info channel(s).
25      <p1>   text;    name of output file
26
27
28examples:
29
30   ENTRY DEFINE MYINFO R 12 26   ! defines new info entry.  Look at
31                                 ! free info entry numbers by
32                                 ! "ENTRY LIST XXX" command.
33
34   ENTRY RENAME DELTA DELTA_T    ! renames info entry
35
36   ENTRY LIST ENTRY.LIS          ! creates list of existing entries
37                                 ! in file ENTRY.LIS and displays this
38                                 ! file
39
Note: See TracBrowser for help on using the repository browser.