// goto config rs(10,"VEDIT_EXE - Full pathname to the executable VEDIT.EXE ") ri(10) in() rs(10,VEDIT_EXE) ri(10) in() rs(10,"CUR_DIR - Full pathname of the current directory ") ri(10) in() rs(10,CUR_DIR) ri(10) in() rs(10,"PATHNAME - Full pathname of the current output (write) file ") ri(10) in() rs(10,PATHNAME) ri(10) in() rs(10,"FILENAME - Just the filename of the output file (e.g. 'invoice.txt') ") ri(10) in() rs(10,FILENAME) ri(10) in() rs(10,"FILE_EXT - Just the file extension of the output file (e.g. '.txt') ") ri(10) in() rs(10,FILE_EXT) ri(10) in() rs(10,"IN_FILE - Full pathname of the current input (read) file ") ri(10) in() it("Error: BAD PARAMETER") in() rs(10,"INPUT_FILE - Full pathname of the current input (read) file ") ri(10) in() rs(10,INPUT_FILE) ri(10) in() rs(10,"CMD_LINE - The complete command line with which VEDIT was invoked ") ri(10) in() rs(10,CMD_LINE) ri(10) in() //Each of the Config_String( ) parameters can also be accessed: in(1) it("Config_Cmds:") in(2) :config: rs(10,"HOME - VEDIT Home Directory (e.g. 'C:\VEDIT') ") ri(10) in() rs(10,HOME) ri(10) in() rs(10,"BACKUP - VEDIT Backup Directory ") ri(10) in() rs(10,BACKUP) ri(10) in() rs(10,"PR_DEF - Default printer ") ri(10) in() rs(10,PR_DEF) ri(10) in() rs(10,"PR_START - Print start string ") ri(10) in() rs(10,PR_START) ri(10) in() rs(10,"PR_FINISH - Print finish string ") ri(10) in() rs(10,PR_FINISH) ri(10) in() rs(10,"OS_PROMPT - Shell prompt ") ri(10) in() rs(10,OS_PROMPT) ri(10) in() rs(10,"WORD_SEP - Word separating characters ") ri(10) in() rs(10,WORD_SEP) ri(10) in() rs(10,"PARA_SEP - Paragraph separating characters ") ri(10) in() rs(10,PARA_SEP) ri(10) in() rs(10,"MATCH_PAREN - Groups of parentheses matching characters ") ri(10) in() rs(10,MATCH_PAREN) ri(10) in() rs(10,"USER_MENU - Name of the {USER} menu ") ri(10) in() rs(10,USER_MENU) ri(10) in()