|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (6 bit)
Join Date: Aug 2002
Location: Wichita, Kansas
Posts: 36
|
function to remove spaces in VB
I could have sworn I had ran across a built in function to "clean" strings of trailing spaces, anyone know what it is? Its just one of those things, I got it right on the end of my tounge but my gimpy brain can't seem to get its ass in gear.
Thanks -Matt |
|
|
|
|
|
#2 |
|
Professional gadfly
|
LTRIM, RTRIM, and TRIM all removes spaces: TRIM removes both leading and trailing spaces, and LTRIM and RTRIM remove spaces at the left and right of the string, respectively.
|
|
|
|
|
|
#3 |
|
Member (6 bit)
Join Date: Aug 2002
Location: Wichita, Kansas
Posts: 36
|
aahhh, yes, thats what it was.
Thanks a bunch. -Matt |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|