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
Ancona limousine airport .. Lockport Chicago limo O’HareThe growth in Internet usage around the world is astounding... Read More
Losing website sales and traffic is sometimes simply a case... Read More
So you finally decided to invest in a web presence... Read More
A system development process can follow a number of standard... Read More
Your site is getting traffic, but conversion rates are horrible.... Read More
Keywords in Search Engine Optimizing and Search Engine Marketing are... Read More
Knowledge is power.And undoubtedly, it is the key to making... Read More
A website lets you put your products in front of... Read More
When a user signs up at your website, you may... Read More
In the time that I have been using the Internet,... Read More
It is an undeniable fact that not everybody is keen... Read More
August 8 2005, Macromedia announced a release of Studio 8.... Read More
Anyone who knows anything about web accessibility knows that images... Read More
They might not be wearing a mask and carrying a... Read More
If one more business owner tells me their website sucks... Read More
"How do I improve web site sales figures?" The CEO... Read More
In about the Time it takes to Watch a Reality... Read More
The "robots" meta tag, when used properly, will tell the... Read More
Research reveals three important facts:1) The Internet is one of... Read More
So you have decided that you want to do freelance... Read More
When you started reading this sentence you assumed lo acabar?a... Read More
If your company own one or more stores, you might... Read More
An interesting eCommerce success factor that isn't precisely overlooked, but... Read More
Many millions of dollars are being wasted on promoting and... Read More
You have permission to publish this article electronically, in print,... Read More
Buffalo Grove cheapest limo ..Today it seems everyone is jumping on the entrepreneur bandwagon,... Read More
First, using a lot of web graphics, flash, banners and... Read More
So you want to take a look at a real... Read More
When you publish a content site there are times when... Read More
Thousands of people are now making a living online and... Read More
No matter the size of your business, having a web... Read More
Everywhere you look these days, people are telling you that... Read More
Q1.Why would I need a web site? A1.- Improve my... Read More
See how you can create graphic effects on text with... Read More
The DDA (Disability Discrimination Act) states that service providers must... Read More
Globalize Your WebsiteThe Internet has unlocked a wide array of... Read More
When we review the sites of potential clients, there are... Read More
When building a relationship, listening is more important than talking.A... Read More
We are clearly well past the innocent "golden age" of... Read More
Customer service questionnaires can help your clients better understand their... Read More
When you take a look at the most visited sites... Read More
Just like all things in life, the ways to run... Read More
If you like the Internet and surfing through the billions... Read More
1) Data CaptureOne easy way to collect e-mail addresses and... Read More
If you're fairly new to the Internet scene, you may... Read More
While it may seem like a "quick and easy" task,... Read More
1. Address your targeted audience on your business site. Example:... Read More
When people think about the Internet, they think about technology.... Read More
Succeeding with an eCommerce website is a dream for many... Read More
They might not be wearing a mask and carrying a... Read More
Web Development |