I am a beginner with Foxpro. My main use of Foxpro is processing data and running models.
My problem is that I have a raw data file with 257 fields in it(delimited with '%'). In this file there are fields that I won't use but I need the last one in the raw file. And Foxpro won't let me read this one, or even create a table with more than 255 fields.
What I'd like to do is split the raw file in 2, one with the 130 first fields and a second one with the rest. So that I will be able to merge these two tables into one, keeping only the interesting fields.
Can anyone help me with that?
Regards
Cedric [sig]<p>Cedric<br> Foxpro Beginner[/sig]
My problem is that I have a raw data file with 257 fields in it(delimited with '%'). In this file there are fields that I won't use but I need the last one in the raw file. And Foxpro won't let me read this one, or even create a table with more than 255 fields.
What I'd like to do is split the raw file in 2, one with the 130 first fields and a second one with the rest. So that I will be able to merge these two tables into one, keeping only the interesting fields.
Can anyone help me with that?
Regards
Cedric [sig]<p>Cedric<br> Foxpro Beginner[/sig]