Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Get Remote IP Address in PHP 1.0.0
Elite News Pro2 PHP RSS Reader 2.0
RTF-to-HTML DLL COM, Win32 1.0
Java Download Manager 1.0
VISCOM Video Edit Gold ActiveX SDK 9.21
HTML-to-RTF Pro DLL COM, Win32 1.0
Joyfax Broadcast 5.00.0518
VISCOM Video Edit Gold SDK ActiveX 9.21
Ticket Booking System 1.0
PDF Vision .Net 4.0.12
How to Create a Simple Event Calendar for ASP.NET 1.0
VISCOM Video Chat Pro ActiveX SDK 3.72
VISCOM Video Capture Mobile ActiveX 3.31
VISCOM Scanner TWAIN Docx PDF SDK 3.61
Java Email Client 1.0
Top Code
ICLowBidAuction - Low Bid Auction Software 3.3
ICPennyBid - Penny auction software 3.9
Elite News Pro2 PHP RSS Reader 2.0
ASP.NET Event Calendar in MVC3 Razor 1.0
WebTreeView 1.0
BP-T-Shirt - Custom T-Shirt WebStore Script 1.0
CloudOsys File Upload 2.4b2
X360 Multi-page Tiff Viewer ActiveX OCX 2.69
Metadraw3-OCX
AceDRM 1.0
MetaTags For Websites, Documents & Articles
idCGIRunner 1.5
a-Mac Address Change
TmdMailSlot, TmdWinPopup & TmdSecureMail 1.14
WindowHTML 1.1
Code Listing by ASP 101 Webmasteraaaa

Code 1-2 of 2   


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...





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.