Feedback on: irt.org FAQ Knowledge Base Q674
Length:
Just right
Comments:
It was good though little more info cold have been provided stating it various other conditions.
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
what about calling a function from within another function?
function firstfunc ()
{
....
secondfunc();
.....
}
function secdonfunc()
{
....
}
I haven't been able to get this to work, but don't know why