How do I compare if a value it missing? I want to use a second date if the first date is missing. #Imagine my vars have this data $date1=""; $date2="10/2/1997"; if ($date1 eq "") { #do I use "", MISSING key word ????? $date1 = $date2; } Thanks, Mike -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- Re: If value missing? Mike Patterson
- Re: If value missing? Paul
- RE: If value missing? Mooney Christophe-CMOONEY1