Oct 7, 2009 at 2:02pm
- 'hannes' is not declared anywhere
- me = function2();
should be me = function2;
Oct 7, 2009 at 2:17pm
hannes has to be me, and me in the main-function must be the return value of function2
Oct 7, 2009 at 5:45pm
problem is already solved. thanks anyway!