Alright. Ive been using blitzbasic for a while, but i am no pro yet. I just have two quick questiosn i hope someone can help me out with.
Am i correct in assuming that passing *ANY* variable into a function, that it is being passed byREF always?
And if so, when i try and pass in UserDefined Types it does not allow me to do so. Is there a trick to passing user defiend types into functions? or will i have to make the user defined type that holds the object/entity global?
If anyone could answer i would be really appreciative.
Am i correct in assuming that passing *ANY* variable into a function, that it is being passed byREF always?
And if so, when i try and pass in UserDefined Types it does not allow me to do so. Is there a trick to passing user defiend types into functions? or will i have to make the user defined type that holds the object/entity global?
If anyone could answer i would be really appreciative.