[futurebasic] Re: [FB] Re: FB3 Route Behavior (was Disappearing output)

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : September 2000 : Group Archive : Group : All Groups

From: Chris Stasny <staz@...>
Date: Mon, 11 Sep 2000 11:28:41 -0500
>
>
>Short of beating Epson over the head with an off-center broom stick, how in
>the world of
>puppy land can I get my program to print centered  output? Am I going to
>have to
>roll my own print loop too?


Print all of the values (in hex) from your program.

FOR x = 0 TO FN GETHANDLESIZE(PRHANDLE)-1
   PRINT x,PEEK([PRHANDLE]+ x )
NEXT

Then use Page Setup to set the center attribute and print it again. 
One of the bytes (or words) will change.



Best,

-STAZ  ~)~

800.348.2623 Orders  http://www.stazsoftware.com
228.255.7086 FAX     mailto:staz@...