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
affordable house cleaning Wilmette ..Revenues are often lost because many business owners don't see... Read More
The process of Web application development is critical to the... Read More
Web templates by nature are created to aid and ease... Read More
Dance is how you pamper your soul and satiate your... Read More
Installment 1Developing State-enabled Applications With PHPWhen a user is browsing... Read More
In the big, wide online world there are millions of... Read More
The Internet has opened a whole New World of opportunity... Read More
With more and more countries around the world passing laws... Read More
The art of turning website visitors into paying customers depends... Read More
Here's something you may never have thought of before:If I... Read More
I recently received an unsolicited e-mail from some company offering... Read More
Does My Web Site Require A Web Database?If your web... Read More
Building a new website can be a lengthy task. From... Read More
Thousands of people are now making a living online and... Read More
Optimize your time. How much time each day must you... Read More
It amazes me how many people try to build serious... Read More
Starting and maintaining a business is challenging enough without the... Read More
After having decided to start a business, the next thing... Read More
#5 User Satisfaction: Learn what your visitors and site users... Read More
1. As the first step, "Hire a web designer."First create... Read More
Optimal website design is the art of logical navigation.It will... Read More
What is SQL? SQL stands for Structured Query Language and... Read More
More and more businesses are recognizing the importance of content... Read More
If you've been developing websites on Mars for the past... Read More
If you have your own business website and you are... Read More
quick home cleaning Northbrook ..URL rewriting are major needs for your sites that produce... Read More
When a user signs up at your website, you may... Read More
Psychology is a long word which everyone thinks, "no, that's... Read More
Your site is getting traffic, but conversion rates are horrible.... Read More
When used to describe a web site, the term "sticky"... Read More
Does My Web Site Require A Web Database?If your web... Read More
What to do if you are an artist after you... Read More
You know exactly what your organisation does and what your... Read More
Internet Marketing is not a miracle marketing strategy ? competition... Read More
Some left shoes are in isle 5, while the right... Read More
Have you ever wondered what challenges are faced by other... Read More
Visitors to your site come looking for information or solutions... Read More
If your company own one or more stores, you might... Read More
A website is lifeline of internet home business. In order... Read More
Design and layout can make your communication come alive and... Read More
Getting a Targeted Visitor to a website is a waste... Read More
Every business needs to know how it is doing. That's... Read More
You want to give your site's visitors a way to... Read More
There's been widespread speculation about the new legislation being introduced... Read More
A PHP Redirect automatically transfers a web user from one... Read More
With search engines putting a damper on direct reciprocal links,... Read More
After having decided to start a business, the next thing... Read More
People often come to me in a state of crisis... Read More
80% of your Web site is Maintenance!Once your Web site... Read More
If you've been developing websites on Mars for the past... Read More
Web Development |