Derek Stewart wrote: > I would of thought that the screen functions in SMSQ/E could be used to to > define the screen size > > 105 scr_size=SCR_XLIM * SCR_YLIM > 110 FOR a = 0 to scr_size
Once again, wrong, sorry. Either you do "scr_size - 1" or "a = 1". With this bug the file will be 2 bytes too long and depending on what comes after the video memory, those 2 bytes can already be fatal. Marcel _______________________________________________ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm
