Open git-hub-user opened 8 years ago
Using the propery AsString on the return value of Eval may result in the following message:
Can only convert numeric arrays of length 1 to double.
This is confusing, as I do not request a double.
I had this issue when I was receiving a list of strings and had to use AsStrings in stead.
perhaps a legitimate bug, then. unfortunately I am no longer maintaining this project. hope someone else can help!
Using the propery AsString on the return value of Eval may result in the following message:
This is confusing, as I do not request a double.
I had this issue when I was receiving a list of strings and had to use AsStrings in stead.