-
Notifications
You must be signed in to change notification settings - Fork 3
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
List.GetItemAtIndex should work with negative indices. #187
Comments
@Amoursol @JacobSmall Just noticed the PR for this issue. Have the repercussions on existing graphs been considered? The |
@andydandy74 You are right on the expected result @Amoursol I think the proposed change on |
Proposed change see DynamoDS/Dynamo#15268 |
@QilongTang Returning null works for me! |
@QilongTang @avidit - perhaps it's worth taking a sec to consider other approaches like adding a new node with this behavior. |
What improvement/feature would you like to see in Dynamo?
Negative indicies less than the length of the index should pull from the end of the list.
How would you see this improvement/feature working?
this would return the last item in the list.
The text was updated successfully, but these errors were encountered: