On Thu, Mar 30, 2000 at 08:12:12PM -0800, William R. Ward wrote: > Simply saying "use of uninitialized variable in line xxx" is fine, but > once you start trying to tell the user what operator went wrong, you > have to be accurate when you do so. I agree. The same correction was made for the comparison operators; originally the warning did not distinguish between numeric and string comparison operators. The warning should accurately reflect the code as written. RonaldThread Previous | Thread Next