09-15-2025 12:17 PM
I am trying to use a map to reorder an array when a certain input is present. I build the map and then remove the item with "Remove from Map". The problem is that it's not working and I'm not sure what I am doing wrong. Please help!!
Solved! Go to Solution.
09-15-2025 12:29 PM
We can't debug pictures- please post some code with example values (right click the control and Set to Default, then Save for Previous to 2021 or so- not everyone has 2025, assuming that's what you're running).
But my crystal ball says you probably have some non-printing or whitespace characters at the end of your key. For example, if it has a newline at the end, it won't match. The strings must be identical.
Change the string display to "\ codes" and I bet it will show you a \r, \n, or both at the end of the key in the map.
09-15-2025 12:49 PM
Thanks Bert, that was it, there was a null character "\00" at the end of the text