yronium Level: Moderator

 Registered: 14-04-2002 Posts: 911
|
Re: max statement in vb.net
Hello. Just hitting the Search button you'd find this old post in which is stated that i's not difficult to build our own.
The logic is:
Dim MaxNum
Loop all the numbers
If current number > MaxNum Then MaxNum = current number
Next number
At the end, read MaxNum.
Hope it helps.
____________________________
Real Programmer can count up to 1024 on his fingers
|