Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get the last digit
Message
De
21/04/2006 16:41:41
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01115397
Message ID:
01115582
Vues:
10
>I use the funcion in the number 422603445
>
>And got
>
>>4
>>2
>>2
>>6
>>0
>>3
>>4
>>4
>
>Into a array
>
>Now how can I store each number to a variable
>
>Moses

Moises,
Aren't they already assigned to a variable (array)? Maybe you mean this but I'm not sure you really want to do something like that:
for ix = 1 to alen(aMyArray)
 store aMyArray[m.ix] to ("m.lnMyVar"+ltrim(str(m.ix)))
endfor
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform