## 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: 