Quote Originally Posted by aratti View Post
Adding to the code : INCLUDE "Modedefs.bas", HSERIN and XOUT now work!

Fantastic, but the question remains, why.

Al.
Hi Al, if you open MODEDEFS.BAS you find the following code
Code:
' Xout Commands
Symbol UnitOn = %10010
Symbol UnitOff = %11010
Symbol UnitsOff = %11100
Symbol LightsOn = %10100
Symbol LightsOff = %10000
Symbol Dim = %11110
Symbol Bright = %10110