Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Import data from a DXF file
Message
De
09/01/1999 08:38:15
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00172302
Message ID:
00174340
Vues:
31
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
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform