|
It must be the same, since most low-level functions are across languages.
Don't know where to search, but I'm sure VB has a "substring" function, where you put start position and end position.
Edit: google knows all:
Dim aString As String = "SomeString"
Dim bString As String
bString = Mid(aString, 3, 3)
__________________
Your post count means nothing.
|