Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel question
Message
De
03/03/2000 09:42:42
Michael Dougherty
Progressive Business Publications
Malvern, Pennsylvanie, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
00340289
Message ID:
00341218
Vues:
20
>=FunctionX(Param1,Param2,Param3) and an error occurs.
>Do you know how to call it?

The VBA function syntax is a little non-intuitive from a VFP viewpoint:

Function FuncX(a, b, c)
FuncX = a + b + c
End Function

cell A1:
=FuncX(1,2,3)
yields 6

Assigning the result to the name of the function is less intuitive than Return (result)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform