RP: Read a Procedure from Disk

   

Form: RP filename
filename
is the name of the file that holds the desired procedure.
RP will read a maximum of 2500 lines, with a maximum of 80 characters per line, from the designated filename into the procedure buffer. Unless otherwise specified in 'filename', RP will read from the default directory for procedures, which may be displayed by the command PRINT DIR, and uses the default extension. As an example, suppose the default procedure is /vista/procedure and the default extension is .pro

Examples:

RP medfly
reads the contents of /vista/procedure/medfly.pro into the procedure buffer.
RP /demo/medfly
reads from /demo/medfly.pro
RP medfly.xyz
reads from /vista/procedure/medfly.xyz