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
Run Chkdsk from bootable flash drive
Comparing text documents (originally HTML docs, but saved to text files)
How to Setup Auto Delete options for the Sent Folder in Exchange 2007
vba code to perform maketable query and then open the form
MS Access Report Hide\Display a textbox or label
PHP Web Service
How do I capture output from command prompt in vb.net?
Working with vjslib.dll
why is edgetransport.exe running...It is not intalled!
Bat file keeps repeating at command line