vb6 - Character array in Visual Basic 6.0 - Stack Overflow
Consider: char [] chararray = txt1.Text; How we do the same in Visual Basic 6.0? ... You can't do the same in VB6, as it doesn't have a character data type. You can split the string into an array of strings, each containing a single character:...