Michael Spangler writes ... > > I have Program Writer, but not the docs. So I can get into it, but not > out of it, or save from it, etc. > > I looked in the usual places (Tarnover, ground, asimov) but didn't see > the instructions. (They could have been in a directory I missed > though.) .... There may be a summary of Program Writer commands somewhere on the net-- don't know. Below is a list of the main editing commands I added to my PW start program to display as a reminder: Main Editing Commands for Program Writer Enter NEW and LOAD BASIC program to be edited. Enter && to enter editor. OpenApple-Q (OA-Q) exits the editor. MAIN KEY COMMANDS Arrow keys move cursor OA-arrow key for big moves OA-1 ... OA-9 hops cursor OA-E toggles cursor type OA-X toggles 80/40 col display OA-I lets you insert a line DELETE deletes left OA-DELETE deletes right OA-Y delets to end of line OA-D begins line(s) Delete OA-A toggles auto line numbering OA-# begins line(s) Renumbering OA-C begins character copy* OA-P pastes copied characters* OA-! begins line(s) copy* OA-@ pastes lines* OA-F begins Find OA-R begins Find & Replace OA-W toggles 'word mode' OA-V lists Variables OA-S allows save while editing OA-N toggles compress ESCAPE refreshes display OA-Z removes editor * actions that work between program loads Note: changing a Line number by hand followed by RETURN duplicates the Line. (Press ESC to refresh display and show the new Line.) Rubywand