Posted by Spartanicus on 09/30/05 16:15
How should functions be invoked conditionally from within a function? This throws errors and doesn't work: function test() { if (0 == 0) { function foo(); } if (1 == 1) { function bar(); } } Minimized test case: http://homepage.ntlworld.com/spartanicus/temp.htm -- Spartanicus
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming