cobines schrieb: > In case Qarray[QuaderNr]^.Teilung[R] is an object I usually do: > tmp := Qarray[QuaderNr]^.Teilung[R]; > Yes, of course. But it's just so much easier to use "with" which does the same in the background and save you from adding local variables yourself.