WARN38-Ambiguous references in with-blocks

Top  Previous  Next

 

Ambiguous references in with-blocks (WARN38)

 

This section reports locations where a valid references to an identifier inside a with-block could be mixed up with another identifier declared in the same scope. It is not an error, but just means that you should check that the code does what you intended.

 

Example:

 

clip0093

 

The record field referenced in the with-block could be mixed up with the global Title.

Maybe the programmer instead intended to set the global Title identifier.

 

 

See also:

 

Alerts