April 10, 2004
my code
if ( fileName.length . projectName.length )
should be
if ( fileName.length > projectName.length )

and the compiler issued:
"no property 'projectName' for type 'uint'"

i.e. no file or line number

Ant