Quantcast
Channel: trim string
Browsing latest articles
Browse All 3 View Live

trim string

thank you again.

View Article



trim string

Try this: Dim S As String = "C:\users\bmd\appdata" Dim T As String = S.Substring(S.LastIndexOf("\") + 1) MsgBox(T)

View Article

trim string

i have a string declared as path which = "C:\users\bmd\appdata" i would like to trim it to just "appdata" please help thanks in advance.

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images