If you read our tutorial on include files (ssi) then you learned how to encapsulate ASP code within include files and the benefits it brings us.
As developers, we should endeavour to make our lives easier wherever possible... no one wants to re-invent the wheel after all.
Functions and Subroutines exist to not only save us time, but to bring power to our ASP.
They are just another way of encapsulating code, but have a lot more functionality than just 'saving some code for later'.
First, let's look at Functions... Imagine a balloon salesman in the street. We've all seen them they require one piece of information when you buy a balloon, the colour.
Let say we asked for a red balloon... The balloon salesman armed with this 'information' then does a pretty basic action... he hands you the balloon. The balloon you received is a direct result of the information you gave the balloon seller.
Functions are just the same... they return to you a value based on the information you provided. Lets look at an example Function: -
A Function is passed some information. The information we pass a Function, is known as an 'argument'. The information we get back from a Function is known as the 'return value'. Whilst a Function can have many arguments, it can only have one return value.
Let us look at one more example: -
Again, another basic example. We should notice this time that the Function accepts two arguments.
By now, we have some idea of how to write a Function. How do we use one?
Let me show you now how we can use the calcTax example.
Above you see the example function in action... easy huh!
I have tried to make understanding Functions as easy as possible... Understanding a Subroutine (Sub) is now going to be easy for you. Imagine a block of code that performed some instructions based on information you gave it...
Sounds very much like a function, doesn?t it? Well this time, we do not get anything back. A sub does NOT pass back information it just uses the data we give it for some purpose.
I will use only one example of a Sub, and in the same example make use of the sub: -
The above Sub, demonstrates my point. We put something in, it performs an action (in this case writing to the screen), but nothing is returned to us in the code. One thing that REALLY IS important when using a sub, is that we do not put brackets around the arguments... Because we do not have a return value we do not need brackets and in this case, if we try we will get an error.
Well, that just about concludes this article. We should by now be writing efficient code with the use of Functions and Subs. Don?t forget that if you use your functions and subs in multiple pages then you should really store them within include files for reasons of easy maintenance and better performance.
Rob Collyer, experienced with 20 years programming knowledge and site administrator of tutorial on include files (ssi) - Copyright 2003-2004
one time home cleaning Highland Park ..Your ObjectiveYour small business needs an appealing and professional website... Read More
More and more businesses are recognizing the importance of content... Read More
If you don't have a web site yet, are thinking... Read More
If you're anything like most small business owners, you probably... Read More
Just starting out, you can start with a simple informational... Read More
1. Choose a big enough font size. A size 12... Read More
There are several reverse bid freelance sites out there. Beyond... Read More
The Disability Discrimination Act says that websites must be made... Read More
What is SQL? SQL stands for Structured Query Language and... Read More
This simple question can take on several different forms, but... Read More
First, an eye opener. Making your fortune through affiliate programs... Read More
When building a relationship, listening is more important than talking.A... Read More
Launching a new small business website is often a long... Read More
1. Be clear on your purpose.Building a website can be... Read More
After deciding what kind of internet business you want to... Read More
Building a website and getting it online is easy. Driving... Read More
Although designing a great web site is an important part... Read More
The first thing my business consultant (read brother-in-law) asked me,... Read More
You have seen those web pages where they have the... Read More
Functions and Subroutines in ASP If you read... Read More
Most interactive websites nowadays require data to be presented dynamically... Read More
They might not be wearing a mask and carrying a... Read More
Everyday thousands of new businesses make the leap and take... Read More
Making money with your web site is the dream and... Read More
Many web developers today are starting to KISS their website,... Read More
licensed cleaning services Park Ridge ..If you've been developing websites on Mars for the past... Read More
People like to get immediate responses to requests. Autoresponders are... Read More
In 1995 a new era of accessibility for disabled people... Read More
Better Web Site ROIHow to increase your business profitability by... Read More
Are you aware that 90% of the websites on the... Read More
With more and more countries around the world passing laws... Read More
A system development process can follow a number of standard... Read More
That's right. According to a recent study by Nielsen/NetRatings, Amazon.com... Read More
Huge Mistake #1: Creating a Website with Flash -- Did... Read More
"What's in it for me?" you ask. "Why should I... Read More
One of my most salient memories from when I sold... Read More
You work hard to build traffic to your web page.... Read More
Below, I have listed 8 simple steps that you can... Read More
An interesting eCommerce success factor that isn't precisely overlooked, but... Read More
An automated accessibility tool is a piece of software which... Read More
It is an undeniable fact that not everybody is keen... Read More
First, an eye opener. Making your fortune through affiliate programs... Read More
Failure, just like success, is measured differently by each and... Read More
Never has competition been so difficult in the Internet world.... Read More
It may seem like the publishing industry's equivalent of Beanie... Read More
A website lets you put your products in front of... Read More
Mini Websites are the most powerful and cost effective solution... Read More
Dan Kennedy once said that if you can't make money... Read More
The Internet car buyer is an elusive animal. Trying to... Read More
Yahoo has long offered email, an online calendar, notes, bookmarks,... Read More
Web Development |