Saturday, March 24, 2012

strange error with array

Dim fontMap(1 to 26, 1 to 10) As Byte

can anyone tell me why i get the following error?
Array declarations cannot specify lower bounds.
thanks: :)

Hi,

Try Dim fontMap(1, 26, 1, 10)AsByte

HTH

0 comments:

Post a Comment