Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing a number to a Function
Message
From
15/05/2000 12:30:53
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Passing a number to a Function
Miscellaneous
Thread ID:
00369673
Message ID:
00369673
Views:
62
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
Next
Reply
Map
View

Click here to load this message in the networking platform