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
tidy up service Glenview ..So what do you do if need to get a... Read More
Conceptualize, Build and Publish a Web site - What's required... Read More
With all of the factors involved in designing and building... Read More
1. Many people are not getting good or complete advice.... Read More
To the starting internet entrepreneur, there is nothing more discouraging... Read More
Q1.Why would I need a web site? A1.- Improve my... Read More
A common dilemma most small and medium businesses face when... Read More
Have you ever wondered what challenges are faced by other... Read More
One of the most important parts of establishing a new... Read More
Failure, just like success, is measured differently by each and... Read More
You've just finished congratulating your marketing team. After six months... Read More
Think up a name and check if yourname.com is available.... Read More
While creating a Web site may seem like... Read More
There are lots of HTML editors on the market, however,... Read More
If you are like me you have wanted to build... Read More
Creatively marketing your corporate site takes time in the set... Read More
Making money with your web site is the dream and... Read More
I'm one of those people that always wanted a website,... Read More
Do you make your website just to entertain yourself or... Read More
Webmaster tools are vital to becoming both efficient and effective... Read More
You hear a great deal about the Internet these days... Read More
In this example I have used the map of the... Read More
That's right. Your method, behavior and strategy you are now... Read More
Before you set up any scripts you will need some... Read More
Whether you have your own business already, or are looking... Read More
full-service cleaning Mundelein ..Like most average persons, I wanted some extra money to... Read More
If you're an up and coming graphic/web designer just out... Read More
Keywords in Search Engine Optimizing and Search Engine Marketing are... Read More
An automated accessibility tool is a piece of software which... Read More
D.zigns dzignerwebs The Basics Before starting on... Read More
You hear a great deal about the Internet these days... Read More
Have you ever thought the secret behind the success of... Read More
Today it seems everyone is jumping on the entrepreneur bandwagon,... Read More
Internet Marketing is not a miracle marketing strategy ? competition... Read More
Customer service questionnaires can help your clients better understand their... Read More
One of my most salient memories from when I sold... Read More
Simply ensuring your website is accessible to screen reader users... Read More
One of the things that many people overlook when building... Read More
What is CSS?CSS is a simple file which controls the... Read More
Spend time planning your Web site. Before you design a... Read More
You've just finished congratulating your marketing team. After six months... Read More
So your prospect, Mary, is sitting at the computer reading... Read More
The "robots" meta tag, when used properly, will tell the... Read More
I'm a freelance programmer and somehow I managed to get... Read More
A while ago one of my clients approached me and... Read More
When visitors add your web site to their Favorites or... Read More
Does your website have a links/resources page?Do you exchange reciprocal... Read More
In the region where my company is located, South Bend,... Read More
Although there are significant differences among the various types of... Read More
The following is a list of patterns that many visitors... Read More
Web Development |