Thread
:
Determining the smallest of a group of variables.
View Single Post
#
2
12-16-2007, 01:52 AM
xAndrewx
Registered User
Join Date: Sep 2004
Posts: 5,260
PHP Code:
function
onCreated
() {
temp
.
f
= {
4
,
3
,
5
,
7
};
temp
.
f
.
sortascending
();
echo(
temp
.
f
[
0
]);
}
You even said how to do it, he he
__________________
email:
[email protected]
xAndrewx
View Public Profile
View GraalOnline Profile
Find all posts by xAndrewx