Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arrays - finding the max value
Message
From
29/05/2002 13:36:41
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00662347
Message ID:
00662628
Views:
20
>>>>How to find out the maximum value of the elements in an array?
>>>>Calculate doesnt seem to be working.
>>>>
>>>You have to loop thru all the elements of array.
lnMaxVal = myarray[1]
>>>FOR i=2 TO ALEN(myarray)
>>>  lnMaxVal = MAX(lnMaxVal, myarray[i])
>>>ENDFOR
>>
>>How about ASORT()?
>
>It's too easy. :)

Also, if the order of the array is not the order for the ASORT, you'll end up reordering the array and always pointing to the last element...
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform