Hey I'm a Newb and i do software at school, im currently working on a vb 6.0 remote connection program. I need to change the length of a string at runtime, i'v already looked at redim for arrays, or using another string but i cant dimesion it with a variable.
Example i need to do this
or to some how redim.
any help with this or an alternate method would be much appreciated thanks.
Example i need to do this
Code:
dim a as string * variable
any help with this or an alternate method would be much appreciated thanks.
Comment