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
whole house cleaning Deerfield ..A website is the most versatile and cost-effective marketing tool... Read More
No matter what browser you may want to use, you... Read More
Your business website is a critical aspect of being able... Read More
Although CSS layouts have been around for years, they haven't... Read More
If you're looking for better web site ROI, chances are,... Read More
If you haven't made the sales and built your clients... Read More
The first thing my business consultant (read brother-in-law) asked me,... Read More
Alternate medicine finds its own place in the hearts and... Read More
Your web site will be your window to the world.... Read More
Many millions of dollars are being wasted on promoting and... Read More
Your website conversion rate should concern you. This simply refers... Read More
If you like the Internet and surfing through the billions... Read More
A professional online reputation is essential to the flourishing of... Read More
Website, website, website, everyone says you need one. But do... Read More
An Introduction to Server Side IncludesBeginner? That's OK!While much has... Read More
In this example I have used the map of the... Read More
1. The first page appears quickly.It's a good way to... Read More
Often time I've browsed sites and seen the same thing... Read More
So your traffic is going through the roof yeah? It's... Read More
While most marketers are beginning to understand the critical importance... Read More
Recently I was reviewing the keyword specific conversion rate data... Read More
Simply ensuring your website is accessible to screen reader users... Read More
Are bloated images slowing down your web site and causing... Read More
Whether you have your own business already, or are looking... Read More
Launching a new small business website is often a long... Read More
home cleaning services Des Plaines ..An automated accessibility tool is a piece of software which... Read More
There is an ongoing debate about web copy. Some say... Read More
The cost of setting up a web site is dirt... Read More
You've just finished congratulating your marketing team. After six months... Read More
The Internet has opened a whole New World of opportunity... Read More
Can you imagine the hypocrisy of spending thousands of dollars,... Read More
Q. Hey, Cathy: I'm just setting up a website. What... Read More
Thousands of people are now making a living online and... Read More
Why do some web sites reap huge benefits while others... Read More
Like wine cars get more attractive to collectors as years... Read More
I recently received an unsolicited e-mail from some company offering... Read More
What is SQL? SQL stands for Structured Query Language and... Read More
Right after the thought, "I need a website," people usually... Read More
We are clearly well past the innocent "golden age" of... Read More
Better Web Site ROIHow to increase your business profitability by... Read More
"Don't Sell the Steak, Sell the Sizzle."Have you heard of... Read More
A PHP Redirect automatically transfers a web user from one... Read More
What happened on your website yesterday? What about last week... Read More
The evolution of web development parallels the model of technology... Read More
What is the most important part of your online business?Many... Read More
Now that you have got your domain name registered, your... Read More
Simply ensuring your website is accessible to screen reader users... Read More
"What's in it for me?" you ask. "Why should I... Read More
That's right. Your method, behavior and strategy you are now... Read More
"Build it and they will come."--Filed of Dreams (1989) If... Read More
Web Development |