[futurebasic] Re: [FB] CODE RESOURCE

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

From: "Andrea P." <andrea.pic@...>
Date: Wed, 17 Apr 2002 15:46:24 +0100
> 
> Maybe you need to try something like:
> 
> DIM RECORD Floaties
> DIM fX!
> DIM fY!
> DIM fRecPtr&
> DIM fScale!
> ..etc..
> DIM END RECORD.FloatiesSize
> DIM myFloaties.FloatiesSize
> 
> 
> ENTERPROC%(PtrToFloaties&)  '  From @myFloaties
> PRINT PtrToFloaties&.fX!
> PRINT PtrToFloaties&.fY!
> PRINT PtrToFloaties&.fScale!
> ..etc..
> EXITPROC%
> 
> Then you can have unlimted paramters of any type, and it will be faster.
> Any help?
YESSSSS!!!!

hallo jamin,
I tried code but problem is the same.

PRINT PtrToFloaties&.fX! --> An application only satement/function used in
non   application program......

bye,
Andrea Piccinini