Page 1 of 1

Making my eValid script to make calls

PostPosted: Thu Jun 16, 2022 9:37 am
by RVaughn
Hi.

Can I create an eValid script to make calls?

Thanks in advance.

Re: Making my eValid script to make calls

PostPosted: Tue Jun 21, 2022 8:31 am
by eValid
RVaughn wrote:Hi.

Can I create an eValid script to make calls?

Thanks in advance.


Thanks for asking about that RVaughn.

There are two possible answers

(1) The eValid command:

CallScript "[PATH]script-name" ["Data-Substitution-Pair [, Data-Substitution-Pair] "]

This names a script and, using the data substitution pairs, associates values in the calling line with names in the called script.

(2) You can also call commands in the Windows environment, with:

SystemCall "command"
SystemCallWait "command"

Here "command" is any character string that would be meaningful to the command shell. If you use the "Wait" option, then eValid pauses playback until the called function issues a return code.

We hope this gives you some options on how to approach this issue.

Please contact us if you need further assistance.


-- eValid Support