Posted by Dan Rossi on 04/07/05 06:21
Does anyone use it, is it more efficient on the compiler and coding to do this switch($i): case 0: break; endswitch; instead of this ? switch($i) { case 0: break; }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming