O.P. Call a Function within a Function
I'd just like a little guidence with this one please. How (if you can) can I call a function in a function. The first function being outside the 2nd one. Example:
Function test1() {
...blah blah code.....
}
Function test2() {
call test1()
}
Thanks for any help. Sorry for the easy question.
This post was edited on 08-14-2006 at 10:32 AM by Black_Ice.
|