D
DaveF
Lets say I have a string like "www.ssss.com/images/theimage.jpg"
I want to parse the string and just return the: theimage.jpg
I want to parse the string and just return the: theimage.jpg
* "DaveF said:Lets say I have a string like "www.ssss.com/images/theimage.jpg"
I want to parse the string and just return the: theimage.jpg
Lets say I have a string like "www.ssss.com/images/theimage.jpg"
'Strings.InStr', 'Strings.InStrRev', 'String.Substring',
'Strings.Right', 'String.IndexOf', 'Path.GetFileName', ...