We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
perhaps a legitimate bug, then. unfortunately I am no longer maintaining this project. hope someone else can help!
Sorry, something went wrong.
konne
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: