Hello!
I have a project using Dictionary objects and I noticed that empty values are tranformed into "0" when you retrieve them to use them in Texts or even when you copy keys and values from a Dictionary to another.
Here are some screenshots to help you understand my problem better.
As you can see, in the debugger, both Dictionary and AJAX.LastData seem fine. But not the Text object content (using str doesn't change anything as you can see between parenthesis) nor Dictionary2 (copy from Dictionary).
Here's a link to download an example file.
https://www.dropbox.com/scl/fi/dgh7g1r7ji598saog8qyk/testdictionary.c3p?rlkey=b8tz6le4w96qemlokpjjfhr9n&st=t4fnh5as&dl=0
Thanks for any help you can provide!