Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to separate an variable
Message
De
20/11/2017 10:58:00
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
18/11/2017 15:16:19
Thomas Ganss (En ligne)
Main Trend
Frankfurt, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
01655668
Message ID:
01655715
Vues:
66
>>>partno = 'abc defg hijkl'
>>>into
>>>partno[1] = 'abc'
>>>partno[2] = 'defg'
>>>partno[3] = 'hijkl'
>>>
>>
>>partno = 'abc defg hijkl'
>>?ALINES(laData, STRTRAN(m.partno," ",CHR(13)))
>>CLEAR
>>DISPLAY MEMORY LIKE laData
>
>? Why not
>
>partno = 'abc defg hijkl'
>?ALINES(laData, m.partno,0, " ")
>CLEAR
>DISPLAY MEMORY LIKE laData

Copied and pasted from somewhere.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform