Here's what I have. The selected text in a FileListBox is Detail.wmf. I'm trying to get strTrimmed to equal Detail without the .wmf. The trim never happens. No errors.... What am I doing wrong?
thanks,
Bernie
Visual Basic:
Dim strTrimmed As String = Me.FileListBox.Text.TrimEnd(".wmf")
thanks,
Bernie