From: Jan Wieck <jwieck@debis.com>

Marc G. Fournier <scrappy@hub.org>

Commit: ce88b9b40b7ecd6404c9315f70dbe8b1595a4925
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1998-02-13T17:18:25Z
Releases: 7.1.1
From: Jan Wieck <jwieck@debis.com>

    just a little correction in the pltcl_guide.nr.

    Sometimes I changed the name of tuple arguments to numbers
    like the other args are. Otherwise it wasn't possible to
    create a function as

        CREATE FUNCTION f (EMP, EMP) ... LANGUAGE 'pltcl';

    The arguments are now accessed in the function as

        $1(name) vs. $2(name)

Files

PathChange+/−
src/pl/tcl/pltcl_guide.nr modified +2 −2