Forum Navigation
You need to log in to create posts and topics.

Getting the Max number from a set of numbers

Posted by: richlove <richlove@...>

The following works in Objective-C

But how is this done in FutureBasic? (without using a C Function)

 

NSArray *unsortedArray = @[ @2, @44, @11, @99, @35 ];

NSNumber *maxNumber = [unsortedArray valueForKeyPath:@"@max.self"];

NSLog(@"%@&quot;, maxNumber); // 99

 

 

Rich

 

 

 

Carnation Software

 

MacWise Terminal emulation for Macintosh

http://www.CarnationSoftware.com

[email protected]

512 858-9234

 

--
To unsubscribe, send ANY message to: [email protected] To access the list archives, go to: http://freegroups.net/groups/futurebasic/