B
BillE
There are some string expressions which the val() function returns
"-1.#IND", which I believe is a variation of "NaN".
An example is "d48609".
"e48609" also returns "-1.#IND"
However, "c48609" or "f48609" or "d4860" return 0.0, like any other string
beginning with a letter, in my experience.
I was looping through a datatable, assigning the results of the val()
function to a numeric field when it happened. The error was trapped, but
people are still upset about getting an error message.
Does anyone know why this occurs?
Thanks
Bill
"-1.#IND", which I believe is a variation of "NaN".
An example is "d48609".
"e48609" also returns "-1.#IND"
However, "c48609" or "f48609" or "d4860" return 0.0, like any other string
beginning with a letter, in my experience.
I was looping through a datatable, assigning the results of the val()
function to a numeric field when it happened. The error was trapped, but
people are still upset about getting an error message.
Does anyone know why this occurs?
Thanks
Bill