Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variant data type?
Message
De
23/10/1998 08:21:24
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
22/10/1998 16:03:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00149557
Message ID:
00149778
Vues:
15
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform