Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DLL woes - trying to convert a VB example to Foxpro
Message
De
31/08/1998 18:36:40
 
 
À
31/08/1998 18:22:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00131712
Message ID:
00131716
Vues:
16
>Hi People:
>
>I am trying to use a DLL from FoxPro, that was built for Visual Basic. The DLL requires passing arrays and variables as double, long and byte formats. These formats are from the Visual Basic example.
>
> Visual Basic
> Dim a[2] as double
> Dim b[2] as long
> Dim c as byte
>
>In FoxPro, we can only initialize variables as numeric, string or logical. how can I initialize a FoxPro Variable as Double?
>
>
>Steve Ellis

You shouldn't have to worry about it being double. VFP is not very strict about varible typing.

DIM - Declares variables and allocates storage space.

DIM is not the same as DIMENSION in VFP.

Think of it as PRIVATE,PUBLIC,LOCAL. In VFP we don't have to worry about allocating storage space.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform