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 ..As a business you can't afford to ignore the Internet... Read More
2 Golden Rules for an Engaging Website35% of visitors fail... Read More
The internet has taken over our lives with a vengeance,... Read More
As increasing numbers of people search for information on the... Read More
One of my most salient memories from when I sold... Read More
I've heard several prominent web marketers mention in their classes... Read More
I am just a learner who likes to delve in... Read More
There are many elements that are key to successful web... Read More
Even though the Internet has been around for a long... Read More
Why do some web sites reap huge benefits while others... Read More
Build it and they will come is not always true;... Read More
What to do if you are an artist after you... Read More
"I don't sell anything online, I don't advertise online, in... Read More
Making money with your web site is the dream and... Read More
We are clearly well past the innocent "golden age" of... Read More
Q1.Why would I need a web site? A1.- Improve my... Read More
One of the biggest mistakes that most online retailers make... Read More
You work hard to build traffic to your web page.... Read More
The first step in setting up an online business...Starting an... Read More
While studying online for IT investment opportunities, I found that... Read More
When I started my company in 2002, I knew I... Read More
A system development process can follow a number of standard... Read More
Launching a new small business website is often a long... Read More
Huge Mistake #1: Creating a Website with Flash -- Did... Read More
While most marketers are beginning to understand the critical importance... Read More
full-service cleaning Mundelein ..Starting and maintaining a business is challenging enough without the... Read More
Better Web Site ROIHow to increase your business profitability by... Read More
When marketing your website, it's important to know which of... Read More
So you have decided that you want to do freelance... Read More
RIVERSIDE, CA August 4, 2004 ?- "Historically, small business owners... Read More
Many small businesses have the misconception that their business can... Read More
SiteSpinnerSiteSpinner is a user-friendly web site development tool that includes... Read More
Alternate medicine finds its own place in the hearts and... Read More
Web accessibility has so many benefits that I really do... Read More
Knowledge is power.And undoubtedly, it is the key to making... Read More
If your company own one or more stores, you might... Read More
The internet has taken over our lives with a vengeance,... Read More
When you started reading this sentence you assumed lo acabar?a... Read More
Your site is getting traffic, but conversion rates are horrible.... Read More
After having decided to start a business, the next thing... Read More
Three way linking and concerns.For many years SEO experts were... Read More
Selecting the Perfect Domain NameThe first issue I have with... Read More
The following is a list of patterns that many visitors... Read More
When we review the sites of potential clients, there are... Read More
Functions and Subroutines in ASP If you read... Read More
How do you decide on the content, products and or... Read More
What do you mean, you don't have a website for... Read More
Conceptualize, Build and Publish a Web site - What's required... Read More
The art of turning website visitors into paying customers depends... Read More
Installment 1Developing State-enabled Applications With PHPWhen a user is browsing... Read More
Web Development |