|
|
| Sub & Function [+] Favor-It | |
| |
 |
| | Sort By:
|
Do you need to know if the ID number you grabbed from the database is odd or even? Well here you go. Code: ASP 3.0 & VBScript |
Visual Basic Scripting Edition: Functions. The table contains the VBScript functions. Author: MSDN Code: ASP 3.0 & VBScript |
When creating ASP pages you can choose to use a number of scripting languages, such as VBScript, JScript, PerlScript, and even Python. Realize that VBScript, the most popular server-side scripting languages, is a watered-down version of VisualBasic. Author: T. Bradley Dean Code: ASP 3.0 & VBScript |
|  | |
This useful code focuses on the GetSelect() Function which fills a SELECT drop down from an SQL statement. Author: Igor Krupitsky Code: ASP 3.0 & VBScript |
According to the author of this code example, "AdMiH," this is the way functions should be used, and made! Author: AdMiH Code: ASP 3.0 & VBScript |
The complete lowdown on creating functions, declaring and using arrays to store data, as well as an intro to program flow statements().
Author: David M. Carr Code: ASP 2.0 & VBScript |
Basic tutorial explaining how, when, where, and why to use a Function or a Subroutine in your code.
Learn how to call subroutines and functions and how to pass parameters. Author: Michael Wall Code: ASP 3.0 & VBScript |
|  | |
There are two types of ASP procedures: Functions and Subs. Data is passed into a procedure through the use of arguments, which are basically placeholders for the data passed into the procedure. Author: ASPBootcamp Code: ASP 3.0 & VBScript |
Like the Sub procedure, a Function can accept arguments, but unlike the Sub procedure, a Function can return a value. Functions are especially good for doing calculations and returning a value. Author: ASPBootcamp Code: ASP 3.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|