Hi, Thank for you reply. In the other list ([EMAIL PROTECTED]) they explain me that, I've took a very bad example because the Val() proc is very special proc that work with the compiler :
"...Bad example because Val() is a special case ! Val() function work with some help from the compiler, this way you can pass either an integer or a floating point variable as the second argument..." "... That's the code that the code-analyzer sees. It sees an assignment to the myCode variable, and when it does not see you use that variable, it issues its usual "assigned but never used" hint. Other code is _not_ rewritten like that, so there is no unused assignment statement to hint about..." Hum... by the way, what difference between these [EMAIL PROTECTED] and [email protected] lists ? Cédric > Does it? to me you are just passing uninitialized variables....they > could be anything! > > I think you need to re-think why you need to pass nothing or decide > what values represent "nothing". > __________________________________________________ Delphi-Talk mailing list -> [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi-talk
