|
||
V-EDIT
|
|
|||||||||||||||||
What V-EDIT does The VARIABLE V-EDIT command is a means for creating tab dialogues where large numbers of variables can be edited. The V-EDIT command is a close cousin to the panel menu family of functions (that is, pm_execute). Here are the capabilities of V -EDIT:
|
|
|||||||||||||||||
V-EDIT File V-EDIT is particularly useful in establishing a set of system parameters that are to be used during execution. The appearance and contents of the are specified in a V-EDIT source file. A V-EDIT file is shown below:
title specifies text that is to appear at the top of the screen during editing. input specifies the .VAR file that is to be used to initialize system variables. output specifies the .VAR file to which the system variables are to be written when the editing session concludes. Both input and output are optional.
Starting on line 4, there is a line by line specification of the items that are to appear in the menu. The first character in each line identifies the type of information that is contained on the line. |
|
|||||||||||||||||
Formatting the V-EDIT File Below is a description of the first-character meanings:
|
|
|||||||||||||||||
Except for the line containing descriptive text, each line is associated with a system variable. The variable name appears immediately after the line code. The line code determines variable type and the value that will be assigned at the conclusion of the editing session:
Following the variable name is a string of display text. For menu lines, the last entry is the set of menu items. Initial values appear on the remaining lines.
Further information about the V-EDIT command can be found in the SilverScreen Reference Manual. |
|