|
-
Mar 4th, 2005, 01:48 AM
#1
Thread Starter
Hyperactive Member
Left function
Hi,
In VB.NET, to use the Left function to extract characters from a string, I need to write:
Microsoft.VisualBasic.Strings.Left(strSomething, 5)
if just Left(strSomething, 5), it will points to Left of another Class.
This problem does not occur however for Mid() and Right() function.
Is there any way to eliminate this problem?
Thx~
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
|