Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to parse a string
Message
De
04/12/2002 19:47:48
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
04/12/2002 19:36:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00729690
Message ID:
00729699
Vues:
14
>Thank you for your prompt reply, but if I have a combination of “;” and a space before or after it the command STRTRAN(lstring,” “,”;”) will result in “;;”
>
>Thank you
>Yelena
MyString = StrTran(MyString, " ", ";")
do while ";;" $ MyString
  MyString = StrTran(MyString, ";;", ";")
enddo
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform