Mailing List Archive



Back to the month index Back to the list index

Georg Horn (horn@uni-koblenz.de)
Wed, 7 Apr 1999 11:21:12 +0200 (CEST)


From: Georg Horn <horn@uni-koblenz.de>
Message-Id: <199904070921.LAA02624@flens.uni-koblenz.de>
Subject: Re: Lite / Form Question
Date: Wed, 7 Apr 1999 11:21:12 +0200 (CEST)

Bambi wrote:

> I've thought of a solution for the variable dereferncing problem that will
> work in Lite 2.0.
> [...]
> Wierd, but workable.

What about something like the "eval" command in the shell?
>From the bash manual page:

    eval [arg ...]
        The args are read and concatenated together into a
        single command. This command is then read and exe­
        cuted by the shell, and its exit status is returned
        as the value of eval. If there are no args, or
        only null arguments, eval returns 0.

Bye,
Georg