Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is a parameter an array?
Message
From
13/11/2003 06:26:01
 
 
To
13/11/2003 05:42:45
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00848944
Message ID:
00849449
Views:
25
Hi Cetin,

TYPE() see only VFP builtin functions, VARTYPE() see any function but not check unknown array.
? TYPE("myCalculator(5)"),VARTYPE(myCalculator(5))

FUNCTION myCalculator(k)
 RETURN m.k
ENDFUNC
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform