moki
Programmer
- Dec 5, 2000
- 37
Hello,
Is there a way to dimension a string length using a variable.
Ex:
Dim strInput as String * 2000
>>Would like to get the same result as above using:
Dim strInput as String * intLength
>>I know VB6 requires a constant but is there a way to set the length of 'strInput' using a variable some other way.
Thank you....
Is there a way to dimension a string length using a variable.
Ex:
Dim strInput as String * 2000
>>Would like to get the same result as above using:
Dim strInput as String * intLength
>>I know VB6 requires a constant but is there a way to set the length of 'strInput' using a variable some other way.
Thank you....