Hi,
is it possible to make dynamo replace a number - and only if the number “stands alone”.
Example:
Every time the value is 0 it has to replace 0 with xx.
But when the value is 100 or 200 it should NOT replace anything.
I have made this script, where it replaces all 0’s no matter if it is a part of another number og stands alone.



Easier than I thought