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
active directory, W2k8 R2 DC, Kerberos failures, Event ID: 3, 4771, 4769, 4768, 4776, 4625 source: Microsoft Windows security
Access Pivot chart - need different scales on right and left axis
RUNDLL error message "jyku.fjo" on computer start up
problem opening word attachment with XP professional
SCCM 2007 Constant Despooler error 4406
WordPerfect 10 hangs when opening some documents.
referencing form variables in adp views
Flash will only work when I run IE in admin mode
Changing DNS address of Netowork interface Card using windows script.
to_date MS-Access