|
-
Apr 17th, 2002, 09:54 AM
#7
New Member
Another way you can do it from the way listed above is to do something similar to the following:
Dim test As String = Microsoft.VisualBasic.Left( str as string, length as Integer)
Dim test As String = Microsoft.VisualBasic.Right( str as string, length as Integer)
Dim test As String = Microsoft.VisualBasic.Mid(str as string, Start as Integer, Length as Integer)
Just providing another avenue of attack. Hope it helps
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|