Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Import data from a DXF file
Message
From
09/01/1999 08:38:15
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00172302
Message ID:
00174340
Views:
29
David,

Thanks for the kick start... That is what I needed.

Thanks

>John,
>
>FileToStr() is a new VFP6 command.
>
>For what you are doing I'd do something like:
>
>
create cursor temp ( cLine c(254))
>append from TheAutoCad.DXF
>scan
>   do case
>      case ( "Line " = cLine )
>         skip 1
>         * process the group of records
>      case ( "Circle " = cLine )
>         skip 1
>         * process the group of records
>endscan
>
Previous
Reply
Map
View

Click here to load this message in the networking platform