quick way how to get rid of spaces in a string
quick way how to get rid of spaces in a string
Rate quick way how to get rid of spaces in a string
(1(1 Vote))
Public Function Squish_spaces(Text1 As TextBox)
Text1.Text = Trim$(Text1.Text)
End Function
quick way how to get rid of spaces in a string Comments
No comments yet — be the first to post one!
Post a Comment