User Tools

Site Tools


jvs:fscan:manual:chapter3:winkeys:go

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
jvs:fscan:manual:chapter3:winkeys:go [2014/08/04 16:03]
127.0.0.1 external edit
jvs:fscan:manual:chapter3:winkeys:go [2023/02/23 18:43] (current)
Line 5: Line 5:
 The GO interactive command allows you to specify a character string, CMD, and then execute that string as either a command line sequence or as a an interactive command sequence. If the string argument CMD is omitted, the GO command will prompt you to enter the string interactively. The GO interactive command allows you to specify a character string, CMD, and then execute that string as either a command line sequence or as a an interactive command sequence. If the string argument CMD is omitted, the GO command will prompt you to enter the string interactively.
  
-The FLG argument allows you to select GO options.+The FLG argument allows you to select GO options:
   FLG: 0 - execute CMD as an interactive command sequence   FLG: 0 - execute CMD as an interactive command sequence
        1 - (default) execute CMD as a fScan command line        1 - (default) execute CMD as a fScan command line
-       2 - append CMD to a cumulative command buffer (CMDTEXT), do not execute yet +       2 - append CMD to command buffer (CMDTEXT), do not execute yet 
-       append CMD to the cumulative CMDTEXT buffer, and execute all of CMDTEXT as command line +       - execute all commands in buffer (CMDTEXT) (see NOTE below) 
- +      32 - do not do '$' string substitutions on CMD 
 +      64 - just echo commands without executing them 
 +   
 +  NOTE: Even FLAG values will be executed as interactive command strings, 
 +    and Odd FLAG values will be executed as command line commands. 
 **Examples:** **Examples:**
     G           - prompt the user to enter a fScan command line     G           - prompt the user to enter a fScan command line
Line 21: Line 26:
                 - prompt the user to enter a file name,                 - prompt the user to enter a file name,
                   then save the current window with that name                   then save the current window with that name
- +
 **See Also:**\\ **See Also:**\\
 [[jvs:fscan|fScan Home]], [[jvs:fscan|fScan Home]],
jvs/fscan/manual/chapter3/winkeys/go.1407168181.txt.gz · Last modified: 2015/05/04 18:54 (external edit)