Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to parse a string for a sign
Message
De
23/05/2003 07:23:52
 
 
À
23/05/2003 04:46:05
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00792098
Message ID:
00792127
Vues:
23
Hi Agnes,

uses "external domain tokens" algoritm:
sqlcmd="SELECT aField, bField AS Field2, [, ]+PADR(cField,2) AS cField ..."

? STRTRAN(STRTRAN(strtran(m.sqlcmd,"[, ]",CHR(1)),", ",","+CHR(13)+" "),CHR(1),"[, ]")
but i think you want this:
? STRTRAN(STRTRAN(strtran(m.sqlcmd,"[, ]",CHR(1)),", ",","+CHR(10)+" "),CHR(1),"[, ]")
Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform