Passing Array to function

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top