Page 1 of 1

Can eValid run a script file from a selected value

PostPosted: Thu Jul 12, 2018 12:30 pm
by JeriFaye
Hello.

I like the simplicity of your scripts, but to what extent can they be parameterized so that I only have to select a file of parameter values and have eValid run from that?

Thanks

Re: Can eValid run a script file from a selected value

PostPosted: Fri Jul 13, 2018 2:40 pm
by eValid
JeriFaye wrote:Hello.

I like the simplicity of your scripts, but to what extent can they be parameterized so that I only have to select a file of parameter values and have eValid run from that?

Thanks


Thanks for asking JeriFaye.

Environment variables can be used anywhere in an eValid script.

The style of this is:

$NAME

There is a pre-processor that scans the script and replaces all such named strings with their assigned values, as kept in the EnvironmentVariableFile (a local file), which is communicated to eValid with the script command:

EnvironmentVariableFile "filename"

You can set the values of any variable that you want by editing the file externally.

Here is the manual page on this:

http://e-valid.com/Products/Documentati ... ables.html

Hope this helps.


-- eValid Support