G
Gian
Hi All,
I have defined the following variables type:
Type XXX
Var1 as double
Var2 as double
End Type
Public XYZ(10) as XXX
How can I pass the array XYZ to a function?
Funcationname(XYZ ) doesn't seems like working
Thanks.
I have defined the following variables type:
Type XXX
Var1 as double
Var2 as double
End Type
Public XYZ(10) as XXX
How can I pass the array XYZ to a function?
Funcationname(XYZ ) doesn't seems like working
Thanks.