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
Northbrook Cadillac Deville rentals .. Lockport Chicago limo O’HareI recently helped my mom to launch a website (www.mom2me.com)... Read More
When used to describe a web site, the term "sticky"... Read More
A website lets you put your products in front of... Read More
Anyone who knows anything about web accessibility knows that images... Read More
I still remember it very clear ... It was almost... Read More
Q. Hey, Cathy: I'm just setting up a website. What... Read More
In the region where my company is located, South Bend,... Read More
First, using a lot of web graphics, flash, banners and... Read More
So you've decided to start an online work at home... Read More
Your site is fast and getting traffic, but conversion rates... Read More
When you publish a content site there are times when... Read More
People often come to me in a state of crisis... Read More
If you have some experience in web site design and... Read More
Looks like every client wants a Flash site these days... Read More
How many Web Sites did you stumble over telling you... Read More
There are many different traffic analysis tools, ranging from simple... Read More
With search engines putting a damper on direct reciprocal links,... Read More
Succeeding with an eCommerce website is a dream for many... Read More
Web sites are not just places to sell things; they... Read More
Like most average persons, I wanted some extra money to... Read More
So you want to take a look at a real... Read More
Most people know they need a website in order to... Read More
A lot has changed in the way sites are optimized... Read More
Have you ever thought the secret behind the success of... Read More
Are you, like many other website owners, frustrated at the... Read More
Beason Mercedes Benz s500 rentals ..Fantastico is a 3rd-party cPanel add-on and can be purchased... Read More
As a business you can't afford to ignore the Internet... Read More
For years now I've been looking to start my own... Read More
If you are developing your website on a host that... Read More
The needs of screen magnifier users are overlooked when implementing... Read More
Building a website and getting it online is easy. Driving... Read More
Although there are significant differences among the various types of... Read More
Thinking about starting up a business? The web is the... Read More
A PHP Redirect automatically transfers a web user from one... Read More
Visitors to your site come looking for information or solutions... Read More
After years of working with entrepreneurs who developed their first... Read More
Running an effective website is a continuous process. I have... Read More
If you don't have a web site yet, are thinking... Read More
Web sites are an Ongoing Part of Business.All too many... Read More
A website is the most versatile and cost-effective marketing tool... Read More
An interesting eCommerce success factor that isn't precisely overlooked, but... Read More
I am just a learner who likes to delve in... Read More
Yahoo has long offered email, an online calendar, notes, bookmarks,... Read More
Below, I have listed 8 simple steps that you can... Read More
Today it seems everyone is jumping on the entrepreneur bandwagon,... Read More
Anyone who knows anything about web accessibility knows that images... Read More
People often come to me in a state of crisis... Read More
You have seen those web pages where they have the... Read More
If you haven't made the sales and built your clients... Read More
Your website conversion rate should concern you. This simply refers... Read More
Web Development |