Page 1 of 1

How the eValid script language is organized

PostPosted: Thu Aug 05, 2021 7:32 am
by JaniceR
Hi.

Can you give me some information about how eValid's script language is organized?

Thanks in advance

Re: How the eValid script language is organized

PostPosted: Fri Aug 06, 2021 7:23 am
by eValid
JaniceR wrote:Hi.

Can you give me some information about how eValid's script language is organized?

Thanks in advance


Thanks for asking JaniceR.

The basic format for eValid commands is this:

command wid idx modifier [ modifier ] { frame_path } [ NAV | NO_NAV ] where [..] means 1 or more instances and {..} means zero or more instances.

The main three are the window id (wid), the DOM sourceIndex (idx).

The rest of the arguments are parsed before playback (for syntactic correctness).

Please see this manual page for the complete explanations:

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


-- eValid Support