Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning a date
Message
From
03/05/2001 10:40:51
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00503012
Message ID:
00503031
Views:
21
Yep, forgot that --

But, just do a wrapper with a different name around MAX and that should work:
FUNCTION MAX4Select
PARAMETER    x1, x2, x3, x4
RETURN MAX (x1, x2, x3, x4)
It's probably easier, in a scenario like this, to hardcode the interface -- this accepts 4 and only 4 parameters -- to avoid problems of data type mismatch if actual parameters don't match formal parameters.

Jay
Previous
Reply
Map
View

Click here to load this message in the networking platform