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

Invalid agent parameter syntax #1134

Open
gallandarakhneorg opened this issue May 21, 2024 · 1 comment
Open

Invalid agent parameter syntax #1134

gallandarakhneorg opened this issue May 21, 2024 · 1 comment

Comments

@gallandarakhneorg
Copy link
Member

The following syntax generates an error:

on Initialization {
    var value = occurrence.parameters.get(0) as Double
}
@gallandarakhneorg
Copy link
Member Author

A temporary workaround may be:

on Initialization {
    var value = (occurrence.parameters.get(0) as String) as Double
}

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

No branches or pull requests

1 participant