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 -----------------------------------------------------