| Author |
function parameters
|
James Matthews
Greenhorn
Joined: Aug 06, 2003
Posts: 4
|
|
hey, ive recently come across function parameters, anyone able to tell me what they are and why they are used? cheers
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24057
|
|
You mean like The '1' being the "function parameter?" Or do you mean something else -- the term "method argument" is more common in Java.
|
[Jess in Action][AskingGoodQuestions]
|
 |
James Matthews
Greenhorn
Joined: Aug 06, 2003
Posts: 4
|
|
|
I assume its the "method argument" although it calls it the function parameter.
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24057
|
|
I'm not quite sure what you're asking. You pass arguments to a method to supply "inputs" for whatever computation it's going to do; are you asking something more than this? [ August 06, 2003: Message edited by: Ernest Friedman-Hill ]
|
 |
 |
|
|
subject: function parameters
|
|
|