Info= First File to Edit
Info= can be used to pass Qedit the name of the first file to edit, unless you use Parm 4, 8 or 128 to define Info= as a command string.
:run qedit.pub.robelle;info="myfile" /visual
If the file named is an existing file, Qedit either Texts a copy of it, or Opens it if the file code is 111. If the file does not exist, Qedit configures the Set Keep Name to create that file when you do a default Keep command (e.g., K with no parameters). To create a new Qedit workfile, use a :File command with Code=111:
:file newwork;code=111 :run qedit.pub.robelle;info="newwork"
Even though you passed in the first file name to Qedit, you can edit other files too.