[futurebasic] Re: [FB] FB2 - FB4 errors SCRAP calls

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

From: Robert Purves <listrp@...>
Date: Mon, 22 Sep 2008 20:18:55 +1200
I wrote:
> The demo main program is also flawed. I suggest the following:
> ...
> // Put sample text "FB" into textHndl
> SetHandleSize( textHndl, 5 )
> poke [textHndl] + 0, asc( "F" )
> poke [textHndl] + 1, asc( "B" )
> ...

The demo main program is still flawed :-(
That should be SetHandleSize( textHndl, 2 )

Robert P.