Re: Simulation of a submit, posted by Stefan Ritt on Fri May 2 20:10:48 2003
|
> Is there a way to simulate an ELOG SUBMIT?
Have a look at the elog utility which comes in the package. It does exactly
|
Re: Simulation of a submit, posted by Tomas Rudolf on Sat May 3 11:00:34 2003
|
> > Is there a way to simulate an ELOG SUBMIT?
>
> Have a look at the elog utility which comes in the package. It does exactly
|
Re: Simulation of a submit, posted by Tomas Rudolf on Sat May 17 05:55:53 2003
|
I guess this question got somehow lost.
So once again : Is there a possibility to EDIT an existing message with
elog.exe ?
|
Re: Simulation of a submit, posted by Stefan Ritt on Wed May 28 08:30:18 2003
|
> I guess this question got somehow lost.
> So once again : Is there a possibility to EDIT an existing message with
> elog.exe ?
|
Re: Simulation of a submit, posted by Stefan Ritt on Tue Jun 3 15:26:58 2003
|
> I guess this question got somehow lost.
Got not lost, but I was on two consecutive conferences and just returned.
|
Re: Simple math within an elog form, posted by Stefan Ritt on Tue Apr 4 08:15:29 2006
|
[quote="Steve Jones"]This may sound a little strange but I am trying to determine if it is possible to create a series of attributes that may be assigned
an integer value via OPTIONS, and then take the selected values and perform some simple math and display the result. [/quote]
|
Re: Simple math within an elog form, posted by Steve Jones on Wed Apr 5 00:00:14 2006
|
[quote="Stefan Ritt"][quote="Steve Jones"]This may sound a little strange but I am trying to determine if it is possible to create a series of attributes
that may be assigned an integer value via OPTIONS, and then take the selected values and perform some simple math and display the result. [/quote]
|
Re: Simple math within an elog form, posted by Stefan Ritt on Wed Apr 5 10:07:59 2006
|
[quote="Steve Jones"]
[code]
Subst TotalRisk = $shell(echo $Risk1 + $Risk2 + $Risk3 > /tmp/elog_out)
|