View Single Post
Old 01-21-2006, 09:43 AM  
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
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.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote