2 Dim array

  • Thread starter Thread starter Maileen
  • Start date Start date
Dim YourArrayName(10,10) as long

Dimensions a 10*10 array of long integers.
See the Dim statement in Help for more variations.

--
Regards,

Adrian Jansen
J & K MicroSystems
Microcomputer solutions for industrial control
 
Back
Top