ok, just had time to rework work the problem and it works. Thanks for your help. now however, it has cropped up a new one. When I parse thru the string the alpha chars go thru ok but when it hits the numeric this go wrong. The routine truncates the values for some reason. Can some one help...
Ok I can move thru sort of, but how do I check to see if the character is alpha or numeric?
Sub main()
Dim reg As String
Dim myChar As String
Dim i As Integer
Dim strText As String
Dim j As Integer
strText = "Lost in space"
i = Len(strText)
If Len(strText) > 0 Then
Do Until i = 0
reg =...
I guess I need to be a little clearer. I need to be able to step thru a string one character at a time and move it into a place holder. I guess I am asking for a function that already does that.
Example:
Dim getAlpha as string
Dim getNumeric as string
Dim statement as string
Statement = “ my...
I need to parse thru a string one charactor at a time until it it meets a condition and move it into a memory holder and continue until the string lenght is null. AN example would do nicely.
Thanks
Craig
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.