Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Chrtran() applied selectively
Message
De
04/06/2016 13:54:38
Thomas Ganss (En ligne)
Main Trend
Frankfurt, Allemagne
 
 
À
04/06/2016 11:30:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01636985
Message ID:
01637000
Vues:
68
>>>If you have been able to locate the error portion, use something like
>>>
>>> substr(mstr,1 , pos-1) + '.' + substr(mstr, pos+1)
>>>
>>
>>
>>minimally faster and for my eyes easier to read...
>>
>> left(mstr, pos-1) + '.' + substr(mstr, pos+1)
>>
>
>
>STUFF(mstr,pos,1,'.')
>
yupp, forgot that one, which is better
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform