Robert Boucher <boucher1@alumni.utexas.net> wrote in message news:<3E669434.6302@alumni.utexas.net>... > I an revising a an old II+ program that was formatted for 40 columns. I > think I remember a command that would force 40 column mode. Does anyone > remember what it is? Try: PRINT CHR$(21) This should work in most cases, to disable the 80-column card (a PR#3 would turn it back on). -uso.