Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variant data type?
Message
From
23/10/1998 08:21:24
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
22/10/1998 16:03:03
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00149557
Message ID:
00149778
Views:
13
>I'm using a ActiveX controls (NEWT Internet POP & SMTP controls) that require the use of a pre-defined 'Variant' data type variable. VFP6 help (under 'variant data types') shows that VFP6 supports a Variant data type. The question is: How do you define it or create it?
>
>(as in the VB command: Dim msg As Variant)
>(or VFP's STORE (?) to msg)
>
>Thanks,
>Roger Strong
Roger,
Variant is what we know as variables in FP. Normally VB code later references it :
Dim msg As Variant
...
set msg = anytypevalue && (Might be an object too)

FP :
msg = anytypevalue
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform