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
shuttle to Midway Beardstown .. Lockport Chicago limo O’HareQ1.Why would I need a web site? A1.- Improve my... Read More
Have you ever thought the secret behind the success of... Read More
So you have a good idea for a business and... Read More
You've just finished congratulating your marketing team. After six months... Read More
2 Golden Rules for an Engaging Website35% of visitors fail... Read More
"I am a writer, not a business-person. I don't want... Read More
With all of the factors involved in designing and building... Read More
From early days of www, the Internet sites that are... Read More
Writing for the web is totally different to writing for... Read More
Internet has opened a whole new world for web developers... Read More
How popular is online shopping? And is there room for... Read More
Functions and Subroutines in ASP If you read... Read More
--------------------------------Why Should You Create a website?--------------------------------A. What do you want... Read More
Three way linking and concerns.For many years SEO experts were... Read More
Most people know they need a website in order to... Read More
The Disability Discrimination Act states that service providers must not... Read More
You don't believe in astrology but you check your horoscope... Read More
Through the explosive growth of the Web, companies have realized... Read More
There are many different traffic analysis tools, ranging from simple... Read More
Just like all things in life, the ways to run... Read More
This article was prompted by some customer support work I... Read More
A website is like an information flow, with you as... Read More
Most web sites are more like stage sets than real... Read More
What you should do and know if you are an... Read More
How do you decide on the content, products and or... Read More
Green Bay Hummer H2 SUV rentals ..Designing an E-commerce Web site is not as simple as... Read More
So you want to have a website. You have gone... Read More
Is Your Web Site an Expense or an Investment?Why don't... Read More
Making a web site is easy. Making a good web... Read More
You have permission to publish this article electronically, in print,... Read More
A company must earn and keep trust or sales don't... Read More
There are hundreds of millions of Web surfers today. Each... Read More
It may come as some surprise to a traditionally off-line... Read More
With more and more countries around the world passing laws... Read More
There are several reverse bid freelance sites out there. Beyond... Read More
So you want to take a look at a real... Read More
1. Upload robots.txt file in to your root directory and... Read More
The needs of screen magnifier users are overlooked when implementing... Read More
Think up a name and check if yourname.com is available.... Read More
Although there are significant differences among the various types of... Read More
Making maximum profit from your law firm website is important,... Read More
Creatively marketing your corporate site takes time in the set... Read More
I had a client say something to me the other... Read More
It amazes me how many people try to build serious... Read More
One of the biggest mistakes that most online retailers make... Read More
Have you ever thought the secret behind the success of... Read More
Although designing a great web site is an important part... Read More
You don't believe in astrology but you check your horoscope... Read More
Revenues are often lost because many business owners don't see... Read More
If you are looking for creating your online presence you... Read More
Web Development |