space character

  1. DALB

    Android Question charAT and " " (space value) doesn't work !

    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...
Top