Begin Programming Logo
Home | KPL | Object Pascal | General Programming | Code Database | About Us
   
Functions
   
   

Functions are very similar to procedures. The one difference is that procedures can pass out
many or no values at all. A function can have many values passed in to it through the interface
however it must have one output value.

Example

Function Validate(Number) : Boolean

   

Valid XHTML 1.0 Transitional Valid CSS!