Re: Help creating a function
- From: "Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx>
- Date: Thu, 18 Aug 2005 14:01:27 +0200
Gary,
The mid function in VBNet is the same as in VB6
Dim myString As String = "The fox jumps over whatever"
Dim FirstWord As String = Mid(MyString, 1, 3)
MessageBox.Show(Mid(myString, 5, 3))
shows "fox"
Cor
.
- Follow-Ups:
- Re: Help creating a function
- From: Gary Kahrau
- Re: Help creating a function
- References:
- Help creating a function
- From: Gary Kahrau
- Re: Help creating a function
- From: Cor Ligthert [MVP]
- Re: Help creating a function
- From: Gary Kahrau
- Help creating a function
- Prev by Date: Re: Help creating a function
- Next by Date: Re: Help creating a function
- Previous by thread: Re: Help creating a function
- Next by thread: Re: Help creating a function
- Index(es):
Relevant Pages
|