Hi: I have this statement which checks for existence of the $VAL variable and performs certain actions
if($VAL){
$VAL = "$VAL:$expr"; }
else {
$VAL = "$expr"; }
Can this 4 line statement be reduced to a single line
using "?" operator?
Thanks
Ravi
__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://platinum.yahoo.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
