Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COPY TO ...TYPE SDF, zero fill numeric fields
Message
 
To
11/10/2002 10:51:43
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00710310
Message ID:
00710352
Views:
16
This is the only way I thought of too. It is a lot of work to build and maintain when you have a lot of fields.

Thanks anyway.

>you can instead of copy to low level file functions
>example:
>
>file=fcreate('xxx.txt')
>
>scan
> fputs(file,name+" "+tran(number,"@l 99999999")+" "+address1)
>endscan
>
>fclose(file)
Dennis Lindeman
Previous
Reply
Map
View

Click here to load this message in the networking platform