View Single Post
Old 01-30-2013, 11:19 PM   PM User | #4
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,556
Thanks: 62
Thanked 4,055 Times in 4,024 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
You also seem to have used a word processor for creating this code.

Look carefully here:
Code:
this.rstName = fName;
Those are *NOT* the two separate letter "f" and "i"! Instead, they are a word processing ligature, a single Unicode character.

If you have been using a word processor, past time to stop. It *will* lead you into more trouble. Use a code editor of some kind.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote