Hi all, I am trying to make a dynamic array of integers, but it causing some problems. This one should be real easy, but I didn't find any example to help. Here is the code: Public pos as integer[] Public SUB form_open pos[1] = 100 '==>>> This causes "Null Object" Error?? regards