Jul 22, 2003 #1 AlexRezid Programmer Jul 17, 2003 27 FR Hi all I hust want to redim a string (Mystring) to a table of char ie string(1 to Len(Mystring)) How can I do that ? Thanks Alex
Hi all I hust want to redim a string (Mystring) to a table of char ie string(1 to Len(Mystring)) How can I do that ? Thanks Alex
Jul 22, 2003 #2 JohnYingling Programmer Mar 24, 2001 3,742 US Try TocharArray method Dim chrW() as Char chrW = MySTring.TocharArray http://www.VBResizer.com Forms/Controls Resizing/Tabbing Control http://www.VBCompare.com Compare Code (Text) http://www.VBSortGen.com Generate Sort Class in VB or VBScript Upvote 0 Downvote
Try TocharArray method Dim chrW() as Char chrW = MySTring.TocharArray http://www.VBResizer.com Forms/Controls Resizing/Tabbing Control http://www.VBCompare.com Compare Code (Text) http://www.VBSortGen.com Generate Sort Class in VB or VBScript