Quantcast
Channel: trim string
Viewing all articles
Browse latest Browse all 3

trim string

$
0
0

Try this:

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

Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>