Page 1 of 1

I don't get it...

Posted: Wed Jul 30, 2003 11:13 am
by AngelSoul
Procedure ParseSize(a1$,b1$)
Shared b1$
b1$="test"
EndProcedure

why the b1$ value is left blank after exiting the procedure??

i call: ParseSize(a1$,b1$) from inside another procedure,would that be the problem?

Posted: Wed Jul 30, 2003 11:23 am
by AngelSoul
no need to reply i found the problem 8O