Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removing multiple blanks
Message
De
11/06/2007 19:50:27
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Removing multiple blanks
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01232128
Message ID:
01232128
Vues:
53
I know there has to be a better way of doing this than
FUNCTION rem_mult_blanks(tcString)
DO WHILE "  " $ tcString
  tcString = STRTRAN(tcString,"  "," ")
ENDDO

RETURN tcString
but I can't seem to remember what it is.

Thanks to all.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform