Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Division to columns
Message
From
28/09/2005 07:17:53
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
28/09/2005 06:31:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01053818
Message ID:
01053834
Views:
8
See Genxtab.prg that comes with FoxPro.

>Hi
>Help please:
>I have a cursor with 10 lines:
>for example:
>
create cursor crsr1(id i)
>for i=1 to 10
>insert into crsr1value(i)
>endfor
>Now, I have another cursor with three columns
>for example:
>
create cursor crsr2(a c(1),b c(1),c c(1))
>
>I want to divide the values of the first cursor inside the second like this:
>A B C
>1 2 3
>4 5 6
>7 8 9
>10
>
>How can I do it?
Previous
Reply
Map
View

Click here to load this message in the networking platform