Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Substr equivalent
Message
From
19/11/1998 03:03:09
 
 
To
06/11/1998 16:42:08
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00155390
Message ID:
00159137
Views:
17
for SUBSTR(string,nStart,nEnd) is equivalent with VB Mid(string,nStart,nEnd)
eg. mystring="ABCDEFG"
myresult=MID(mystring,3,4) ' returns "CDEF"

Regards
Winanjaya
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform