ROTATOR ------- THIS UTILITY by Dave Trebilcock of Sale in Cheshire for any Spectrum allows strings to be printed in any direction on the screen. Characters stored in the Spectrum ROM or the user-defined character area can be stated in this fashion. The following variables must be set up before the routine can be used: Line and col - used to hold start position of printing. rotate - degree of character rotation (90, 180, 270). d$ - direction of printing: r=right and left; d=down; u=up z$ - string to be printed. Lines 100-190 contain a demonstration. The utility can be added to any BASIC program and starts at line 9000. It is set up using the variables shown above.