H
HardySpicer
I need to pass an integer value to another class. I define the integer
as
Public spb as integer
spb=10
(and it changes to other values)
and it passes to other subs within the main class ok but not into
other classes...why? I tries
Public shared but no difference.
Thanks
J.
as
Public spb as integer
spb=10
(and it changes to other values)
and it passes to other subs within the main class ok but not into
other classes...why? I tries
Public shared but no difference.
Thanks
J.