|
-
Nov 27th, 2000, 03:40 PM
#1
Thread Starter
Lively Member
EASY EASY EASY but I am a novice!
I have an array of long numbers. I need to find the maximum value of this array
Here is the info:
dim lngMyNumb() as long
dim i as integer
i =3
redim lngmynumb(i)
lngmynumb(0) = 1
lngmynumb(1) = 2
lngmynumb(2) = 3
lngmynumb(3) = 4
I need something like Max(lngMyNumb(i))
Help!!!! Max(lngMyNumb(i)) doesn't work.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|