Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get the last digit
Message
From
21/04/2006 16:41:41
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01115397
Message ID:
01115582
Views:
9
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform