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
spotless home service Lake Forest ..Psychology is a long word which everyone thinks, "no, that's... Read More
Failure, just like success, is measured differently by each and... Read More
Your website conversion rate should concern you. This simply refers... Read More
One of the biggest mistakes that most online retailers make... Read More
--------------------------------Why Should You Create a website?--------------------------------A. What do you want... Read More
I'm one of those people that always wanted a website,... Read More
Building a new website can be a lengthy task. From... Read More
Developing a website with content that entices visitors to return... Read More
Mini Websites are the most powerful and cost effective solution... Read More
Through the explosive growth of the Web, companies have realized... Read More
As increasing numbers of people search for information on the... Read More
I recently received an unsolicited e-mail from some company offering... Read More
2 Golden Rules for an Engaging Website35% of visitors fail... Read More
Most web sites are more like stage sets than real... Read More
It's now easier than ever to take payments on the... Read More
Does My Web Site Require A Web Database?If your web... Read More
So you want to have a website. You have gone... Read More
If you ever want to create a state directory, article... Read More
Huge Mistake #1: Creating a Website with Flash -- Did... Read More
Most people know they need a website in order to... Read More
The popular search engine Google indexes over 8 billion websites.... Read More
The big thing these days is your ability to capture... Read More
Internet Marketing is not a miracle marketing strategy ? competition... Read More
When visitors add your web site to their Favorites or... Read More
The following is a list of patterns that many visitors... Read More
weekly home cleaning Mundelein ..To the starting internet entrepreneur, there is nothing more discouraging... Read More
There was a time not long ago when setting up... Read More
While it may seem like a "quick and easy" task,... Read More
Spend time planning your Web site. Before you design a... Read More
In the big, wide online world there are millions of... Read More
Better Web Site ROIHow to increase your business profitability by... Read More
Your site is getting traffic, but conversion rates are horrible.... Read More
So you want to take a look at a real... Read More
If you're anything like most small business owners, you probably... Read More
So you want to have a website. You have gone... Read More
1) Data CaptureOne easy way to collect e-mail addresses and... Read More
I recently helped my mom to launch a website (www.mom2me.com)... Read More
There have been many significant changes to the face of... Read More
Three way linking and concerns.For many years SEO experts were... Read More
Are you aware that 90% of the websites on the... Read More
A website is the most versatile and cost-effective marketing tool... Read More
Anyone who knows anything about web accessibility knows that images... Read More
Are bloated images slowing down your web site and causing... Read More
Rosalind wants to share her inspirational poetry with a wider... Read More
The Internet has opened a whole New World of opportunity... Read More
I'm a freelance programmer and somehow I managed to get... Read More
It's now easier than ever to take payments on the... Read More
In this example I have used the map of the... Read More
Every small business owner knows that they need a website,... Read More
When most people build a web site, they think one... Read More
Web Development |