Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with the function
Message
From
25/10/2000 12:59:25
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00434138
Message ID:
00434160
Views:
19
Nadya:

You can use something like

SELECT (tcField) FROM (tcTable) INTO ARRAY MyArray
=ASORT(MyArray)
RETURN ( MyArray[CEILING(ALEN(MyArray)/2)) )

if you don't want to create/use an index tag.

The error handler needs to handle your special cases.

Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform