Silly question

D

Dave

What's the difference between

Dim anArray(,) as Double

-vs-

Dim anArray as Double(,)

Just curious?

Thanks,
Dave.
 
D

Dave

Thanks everyone. I think I'll stick to Dim anArray(,) as Double since that's
how I have typically done it in the past.

Dave
 

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