May i know how to assign value to a non fix size array? Current i have declared a public string array in module and i need to assign value to this array from other forms, and i need to clear it up for next time assignment purpose. I cannot assign a collection of value because it is unknown so i have to assign one follow by another and this requires incremental on the array index in order to bound the value properly. May i know how to do all these? Thank you.