|
-
Oct 14th, 2006, 01:06 AM
#1
Thread Starter
Lively Member
[RESOLVED] Mid function
Hi,
I hope somebody in the forum knows VB.6. I am looking for a function that does the samething as Mid function in VB.6. Please see the below sample.
Dim MyString, FirstWord
MyString = "Mid Function Demo" ' Create text string.
FirstWord = Mid(MyString, 1, 3) ' Returns "Mid".
Thanks.
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
|