Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VB CODES
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00362845
Message ID:
00363190
Vues:
20
>Hello,
> I am working on a small VB program. Can anyone answer my following questions in VB:
> 1) how to convert the following to VB:
> if type('objdummy') = "O"
>
> else
>
> endif
> 2) how do I run an Executible with parameter ?
> do dummy with "filename"?
>thanks
>sherry
On #1 try:
if vartype('objdummy')=9
else
endif
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform