In article <> jack at boring.UUCP (Jack Jansen) writes: > >procedure p(var i:integer):integer; >begin > p := i; > i := i+1; >end (* p *); > you obviously don't know your pascal! a function returns something. a procedure doesn't. Goldi