David Heller - 2009-07-15

Hello

I've successfully completed the first 13 Lessons but I can't seem to get through Lesson 14.
Where you create the test instance as follows "Create I%Test=Tutorial$Person" Nothing seems to happen at all. No error message whatsoever nothing. If I put a Break in my code nothing happens. I cannot get the debugger to work I've tried compiling a release and a debug version same result Nothing happens. If I misspell Tutorial$Person like this: Tutorial$PPerson I get a error message so for some reason my code is not doing anything .
Also when I compile I get the same warning message as the tutorial shows
Warning - Variable Name is defined as Instance Variable but referenced as Parameter Variable

Dave