|
|
| Code Listing by ASP 101 Webmasteraaaa |
|---|
|
This time we've got a pair of functions: Min() and Max(). Anyone want to guess what they do? That's right boys and girls... they return the lowest and highest numeric values in an array. The idea for the sample was actually suggested to me by a visit
Most variables that you deal with contain one value. Sometimes however it's useful to store more than one value. Arrays are one way to do this. |
|
|