Question on eValid's parametric script file

Discussion of the technology underlying the eValid solution.

Question on eValid's parametric script file

Postby LydiaC » Mon Jun 22, 2015 3:30 pm

Hey eValid.

The way eValid has of incorporating data parametrically is neat and we like how it works, but is there any other way to feed parametric data into a parametric script file?

Thank you much!
LydiaC
 
Posts: 1
Joined: Mon Jun 22, 2015 3:25 pm

Re: Question on eValid's parametric script file

Postby eValid » Tue Jun 23, 2015 10:20 am

LydiaC wrote:Hey eValid.

The way eValid has of incorporating data parametrically is neat and we like how it works, but is there any other way to feed parametric data into a parametric script file?

Thank you much!


Thanks for asking LydiaC.

Yes, there are ways to feed data in that also take advantage of the parametric macro-substitution feature.

You might look at this method, which we call "value extraction," described here:

http://www.e-valid.com/Products/Documen ... tract.html

As you can see, if you have a file like this:

$VAL1=100 $VAL2=200 $VAL3=300 ...
$VAL1=101 $VAL2=201 $VAL3=301 ...
$VAL1=102 $VAL2=202 $VAL3=302 ...
$VAL1=103 $VAL2=203 $VAL3=303 ...

At some point in your script you want to copy in the entire line then you simply tell your script to do this with the command

!file|number

where file is the name of the file and number is the line number in the file. If you type in:

...!file!2

you will get line 2, that is:

$VAL1=101 $VAL2=201 $VAL3=301 ...

-- eValid Support
eValid
 
Posts: 2392
Joined: Tue Jan 01, 2008 12:48 pm
Location: USA


Return to Technology

Design Downloaded from free phpBB templates | free website templates | Free Web Buttons