Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Converting Clipper arrays syntax to VFP
Message
De
14/05/1997 11:19:09
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Groupes d'usagers
Divers
Thread ID:
00032143
Message ID:
00032186
Vues:
33
If the Clipper array is not multi-dimensional (i.e. it doesn't contain other arrays or objects in itself) you're in luck as you can simply map it to a VFP array using DIMENSION. If, on the other hand it's multi-dimensional then it's more like a C STRUC or a VB TYPE. In which case you would have to do extensive re-writing, perhaps using VFP custom classes.

Hope it helps

>I am converting an EDI translation routine written in Clipper
>to VFP.
>
>Problem:
>Clipper code contains a lot of inline array assignments.
>example: sgmnt_term := { "'", "…" }
>
>VFP does not seem to like this.
>I get an error like "Unrecognized command verb"
>
>Any help would be appreciated.
>
>
>Wilson Pye
>Pye Software Development
>
>Email: pye@www.pyesoft.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform