[futurebasic] Re: [FB] Getting bytes out of a handle

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : February 1999 : Group Archive : Group : All Groups

From: Rick Brown <rbrown@...>
Date: Fri, 05 Feb 1999 19:09:56 -0600

Paul Bruneau wrote:

>
> while currentPosition% <= handleLength&
>   currentByte% = helpMeWithThisPartPlease!!!

currentByte% = PEEK([theHandle&] + currentPosition% - 1)

- Rick