[futurebasic] Re: [FB] "AS LONG" vs &

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : April 2001 : Group Archive : Group : All Groups

From: Alain Pastor <apastor@...>
Date: Thu, 12 Apr 2001 19:09:40 +0200

Chris Stasny wrote:

> >
> >What does the double ^^ mean in terma simple idiot like me can understand ??
>
> ^^ = handle to (DIM teH ^^TEREC or DIM teH AS HANDLE TO TEREC )
>
> ^ = Pointer to (DIM cPort AS ^CGRAFPORT OR DIM cPort AS POINTER TO CGRAFPORT)
>

Those should be valid too as it is stated in the Reference Manual under the
#DEFINE entry:
DIM teH AS ..TEREC
DIM teH AS @@TEREC
DIM teH AS HNDL TO TEREC

--

Cheers

Alain

-----------------------------------------------------
FB^3 in Europe:  http://euro.futurebasic.com/
FB II Pouch:     http://www.pixmix.com/FB/outils.html
-----------------------------------------------------