VU-CALC CONTROLLED [file: VU-CalcPRT] Another reader from Holland, J.K.H. van den Bosch sent us a routine to allow all users of VU-CALC to print out onto a proper printer, although there is a built in COPY for Sinclair type printers, only four columns are printed at a time. To use this program make sure your DATA has been saved then quit the program, NEW the computer and LOAD and run the program given. Lines 1, 2 and 3 include interface control codes for the Kempston E Centronics I/F. They perform the following functions and you may have to modify them if you are using a different I/F. Line 1. Turn the Sinclair tokens off. Line 2. POKE 23679 sets the number of characters per line. Line 3. Checks, and puts the printer into condensed mode if the number of characters per line is greater than 80. Some printers may print more without needing to be changed, and some printers may use different codes, check your manual. A useful program. Anyone done anything similar for VU-FILE?