Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detecting if a parameter has been passed
Message
De
10/12/1997 11:47:10
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Detecting if a parameter has been passed
Divers
Thread ID:
00065022
Message ID:
00065022
Vues:
88
I thought I had the correct syntax to detect if a parameter has been passed.

I have the following method which accept a parameter and I would like to know if the parameter was passed.

Sub Cleanup(Optional tnError As Integer)

' If we pass a parameter
If VarType(tnError) = 2 Then
lnLastError = tnError
End If

But, this is not working because even if the tnError is not passed, the type is still integer.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform