Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I want to export data to a text file but there's 2 kind of record.
For example I want to put a same text file, information about a driver and about its cars: if in the first column there is a '1' it's driver data, if it is a '2' it's car data. In a concrete way:
1 Mr Jim Smith NewYork
2 Bmw 1988
2 Audi 1995
1 Mme Claudia Foo Chicago
2 Gmc 2000
...
Someone knows how to deal with that ?
Thank you
Vincent
I want to export data to a text file but there's 2 kind of record.
For example I want to put a same text file, information about a driver and about its cars: if in the first column there is a '1' it's driver data, if it is a '2' it's car data. In a concrete way:
1 Mr Jim Smith NewYork
2 Bmw 1988
2 Audi 1995
1 Mme Claudia Foo Chicago
2 Gmc 2000
...
Someone knows how to deal with that ?
Thank you
Vincent