Page 1 of 1

Asking about some variables inside eValid

PostPosted: Mon Apr 06, 2020 11:18 am
by SuzieH
Hiya.

What can you tell me about those mysterious internal variables in eValid called sourceIndex and elementValue.

What are their function in eValid.

Thanks

Re: Asking about some variables inside eValid

PostPosted: Tue Apr 07, 2020 7:57 am
by eValid
SuzieH wrote:Hiya.

What can you tell me about those mysterious internal variables in eValid called sourceIndex and elementValue.

What are their function in eValid.

Thanks


Thanks for posting SuzieH.

The command "IndexSet N" puts the internal value of "sourceIndex" to N.

The command "ValueSet S" put the contents of the string S into "elementValue".

Pretty much anything in a browser is a string.

Yes, there some strings composed only of the digits, so these are called "numbers" but in reality the are just strings, too.

The two variables, the number sourceIndex (which is really a string) and the value elementValue, are the only things you need.

See:

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

Hope this helps.


-- eValid Support