Subj : Re: Stuck on the basics - HELP! To : netscape.public.mozilla.jseng From : =?ISO-8859-1?Q?Georg_Maa=DF?= Date : Thu May 22 2003 05:29 pm Stu wrote: >>Hello(){return 'hello';} >> >>This should work as desired. >> > > yes is does its just wrapped over the line. I've just verified anyway by > changing the code to > Hello(){return 'hello';} but that gives the same > return 'undefined' > > Any other ideas, could it be the way I'm reading back the return value? Did you call Hello? .