On Wednesday 28 February 2007 19:48, John Love-Jensen wrote: > Hi Walter, > > This isn't doing what you think it is doing: > > rufen ( feins () ); > rufen ( fzwei () ); > > You probably wanted: > > rufen ( feins ); > rufen ( fzwei ); > > HTH, > --Eljay I tried it, but it too does not work. There is still the memory address error. Walter