Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DLL woes - trying to convert a VB example to Foxpro
Message
From
31/08/1998 18:36:40
 
 
To
31/08/1998 18:22:18
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00131712
Message ID:
00131716
Views:
17
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform