Hi,

I have this code:

Private bConnected(MAX_USERS) as boolean

I want to be able to set what MAX_USERS is at runtime so i can set the number of items in the array is, but vb says it must be a const which, (i think) cannot be chaged at runtime i.e. 'const-ant'.

Is there a way to do this ?