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
2.0.2
Windows 10
tried to get the substring from a string object
the substring
the entire string again
It seems the string is automatically promoted to a list whenever you tryto use list indexing notation?
This worked perfectly fine in previous versions. I can remember using string indexing as far back as 0.8:
The text was updated successfully, but these errors were encountered:
@aparajit-pratap will your current task address this?
Sorry, something went wrong.
I wanted to reference the dynamo forum post here as well, https://forum.dynamobim.com/t/more-feet2fraction-issues/22408/11
Yes, there's a current task for this filed internally: https://jira.autodesk.com/browse/DYN-995. It was a regression after the introduction of Dictionaries.
Fixed in #9388
No branches or pull requests
Dynamo version
2.0.2
Operating system
Windows 10
What did you do?
tried to get the substring from a string object
What did you expect to see?
the substring
What did you see instead?
the entire string again
It seems the string is automatically promoted to a list whenever you tryto use list indexing notation?
This worked perfectly fine in previous versions. I can remember using string indexing as far back as 0.8:
The text was updated successfully, but these errors were encountered: