Code: Select all
SehName.b[25]
KeyLen.b[6]
KeyLen1.b[43]
Code: Select all
SehName.b[25]
KeyLen.b[6]
KeyLen1.b[43]

Dim StaticArray.b(10) is dynamic array, and globally accessable. It can change the size (with dim again)Kale wrote:Dim StaticArray.b(10) <--- This is the correct syntax for static arrays isn't it?
StaticArray.b[10] <--- This is different isn't it?