Page 1 of 1

Types of data can eValid is able to work on

PostPosted: Tue Oct 02, 2018 2:30 pm
by TanyaL
Afternoon.

What kinds of data does eValid work on?

What are the formats and the reasons behind that?

Thanks

Re: Types of data can eValid is able to work on

PostPosted: Wed Oct 03, 2018 11:20 am
by eValid
TanyaL wrote:Afternoon.

What kinds of data does eValid work on?

What are the formats and the reasons behind that?

Thanks


Thanks TanyaL for the posted question.

eValid processes strings.

Variable values are strings, and URLs are strings.

The only numbers are integers (whole numbers) and they are processed at the script level as strings (but converted internally to digital values when necessary, as determined by the particular command.

The values in the DOM are strings when you read them out. Only single strings can be put into the DOM using the ValueSet command.

The other "variables" you probably will want to know about are:

sourceIndex = the internally stored integer

elementValue = a string that can contain what you just extracted from a DOM element or want to put into a DOM element.


-- eValid Support