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
last month and week data set
Microsoft Word 2007 Cell Calculation
How can I print using a Clipper (DOS) application under Windows 7
can i use right([ClientName] to get the last part of a string in a Microsoft Access query if i don't know how long the last part is?
VB 2010 - Connection to MS Access
Expert Notify Thread - For Experts only (those answering questions in the MS Access Zone).
Append from Access to SQL Server key violation on any second query
Vista Boot Error
VPN client (Check point Secure client) not able to browse to any website on the machine once connected to the VPN.
How do I migrate Exchange 2003 Public Folder to Exchange 2007 using PFMigrate?