Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing a number to a Function
Message
De
15/05/2000 12:30:53
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Passing a number to a Function
Divers
Thread ID:
00369673
Message ID:
00369673
Vues:
60
Hi All,

I am trying to pass a number to a function, do a process, and return a value. But I get no value in the function.

MESSAGEBOX(STR(cntr1)) && Gives me the correct value for 'cntr1'
total_spacers = detailspacer(cntr1)

FUNCTION detailspacer
PARAMETER long_type

MESSAGEBOX(STR(long_type)) && This says 0

I know it's Monday and I'm not quite awake. But, why can't I get a value in the function?

TIA
Mike
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform