Hello everyone.
I only want to do a little thing which doesn't work. Here is the code:
Do While co.CharAt(0)=" "
co=co.SubString(1)
Loop
I use it to control element of an array (or list).
This function doesn't extract the " " character:
Is there a way for making this easily ?
thks for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.