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
recurring maid service Wilmette ..In the region where my company is located, South Bend,... Read More
Go to any internet marketing forum you want these days... Read More
What is the most important part of your online business?Many... Read More
There are many elements that are key to successful web... Read More
Think up a name and check if yourname.com is available.... Read More
August 8 2005, Macromedia announced a release of Studio 8.... Read More
1. Many people are not getting good or complete advice.... Read More
Failure, just like success, is measured differently by each and... Read More
One of the things that many people overlook when building... Read More
Analyzing traffic to a site is a key factor in... Read More
They might not be wearing a mask and carrying a... Read More
When web content gets discussed on webmaster bulletin boards, the... Read More
It is an undeniable fact that not everybody is keen... Read More
There are millions and millions of websites on the Internet.... Read More
Many small businesses have the misconception that their business can... Read More
When I started my company in 2002, I knew I... Read More
In 1995 a new era of accessibility for disabled people... Read More
Although CSS layouts have been around for years, they haven't... Read More
It amazes me how many people try to build serious... Read More
Spend time planning your Web site. Before you design a... Read More
Server Side Includes (SSI) with ASP People often... Read More
The process of Web application development is critical to the... Read More
Did you know that hosting companies overcrowd their servers despite... Read More
Like any area of business your website needs some effort... Read More
"I am a writer, not a business-person. I don't want... Read More
last minute cleaning help Highland Park ..Even with the steady growth of the World Wide Web,... Read More
To the starting internet entrepreneur, there is nothing more discouraging... Read More
This is a growing concern amongst many business owners. Does... Read More
When web content gets discussed on webmaster bulletin boards, the... Read More
This simple question can take on several different forms, but... Read More
How popular is online shopping? And is there room for... Read More
Analyzing traffic to a site is a key factor in... Read More
In the time that I have been using the Internet,... Read More
There have been many significant changes to the face of... Read More
Right after the thought, "I need a website," people usually... Read More
I'm one of those people that always wanted a website,... Read More
1. As the first step, "Hire a web designer."First create... Read More
"Build it and they will come."--Filed of Dreams (1989) If... Read More
When you purchase a new item from a Yahoo! Store,... Read More
One of the biggest mistakes that most online retailers make... Read More
So your prospect, Mary, is sitting at the computer reading... Read More
We are clearly well past the innocent "golden age" of... Read More
"What's in it for me?" you ask. "Why should I... Read More
Building a new website can be a lengthy task. From... Read More
This article was prompted by some customer support work I... Read More
The Disability Discrimination Act says that websites must be made... Read More
Project Safekids provides webmasters a valuable tool which could save... Read More
One of the most useful features offered by some web... Read More
A website lets you put your products in front of... Read More
If you like the Internet and surfing through the billions... Read More
Web Development |