Thanks! You guys.gals are fast!
;)
Ok. Use eq instead of == for string compare but does single quote or qouble quote matter?
Double quote interpolate variables and special characters inside on them, so:
"\t$mystr" becomes " exactstr" minus the quotes
'\t$mystr' stays '\t$mystr', again minus the quotes
In the example you posted, it really didn't matter, since you were just making a string literal. That's the difference though.
James
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]