remove

  • Thread starter Thread starter Aaron
  • Start date Start date
A

Aaron

what function do i use to remove leading and trailing space?

" ABC "
i want the string to be
"ABC"


thanks
 
Aaron,

Mark is right. But you may want to look at all the string methods
availible. For instance, the TrimStart() and the TrimEnd() methods.

Glen Jones MCSD
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top