Skip to content
New issue

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

Common expression interpreter has problems with 'val' assigned a property whose type is RangeValue #1933

Closed
reteprelief opened this issue Aug 6, 2019 · 1 comment · Fixed by #1934

Comments

@reteprelief
Copy link
Contributor

Common expression interpreter cannot evaluate RangeValue as property value assigned to a 'val'. The interpreter tries to cast the range value into a number value.

Also Common expression evaluator cannot evaluate when a 'val' variable refers to a property when generating the description text in the Assure Viewer. The call to the interpreter in this case does not set up the environment correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant