Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Import data from a DXF file
Message
From
06/01/1999 06:44:36
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00172302
Message ID:
00173074
Views:
35
Thanks David,

I'll give that a whirl...

>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