At 4:55 PM -0500 27/1/14, Dr Ramesh Ramloll wrote: > (0): Object reference not set to an instance of an object This is an error in object-oriented programming and is equivalent to "variable not defined" in classic programming. object x; shake.x; cannot shake x because x not defined -- Jeff