dimven / SpringNodes

A collection of Dynamo nodes
MIT License
69 stars 46 forks source link

Springs. Dictionnary returns null when String has a space in it #46

Closed DanielHurtubise closed 6 years ago

DanielHurtubise commented 6 years ago

Hi Dimitri, check this out. I f i remove the space the dictionnary works fine. image

dimven commented 6 years ago

My guess is there's trailing spaces in those strings that are getting removed too. Try counting the length of the strings or using the TrimWhitespaces node, that's the best indication.

DanielHurtubise commented 6 years ago

RIGHT ON :) Sorry for bothering you :)