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