Microsoft
Software
Hardware
Network
Question : grabbing text from a string after a logic
I have the following string: "elli-pictures/18.aspx?PGI
mageID=905
8"
how can i code in vb to grab all the information after "PGImageID=". In this case, i need it to return 9058
Answer : grabbing text from a string after a logic
First:
Dim str As String = "elli-pictures/18.aspx?PGI
mageID=905
8"
Dim strs As String() = str.Split("="c)
Dim number As String = strs(1)
Response.Write(number)
Random Solutions
How to change a font in VFP 9.0
Next Access Version Features
Parse Text From Outlook Body Using VBA
query on unbound text box producing strange characters and not numbers
OCS 2007 R2 Edge Server and Mediation setup
How to make a simple search form
Outlook Meeting requests not going into the calendar
Nameing a Windows server
Autocorrect Custom Dictionary
Retrieve most current records