if(moneycheck)
Doesn't that mean "if the moneycheck proc is true"?
Because it comes up as an undefined variable.
ID:147368
![]() Jun 20 2004, 4:15 pm
|
|
Nope, if you wrote if(moneycheck()) it would run the proc and see if what it returned was true.