Hello everyone
Today i am trying to Replace my Wall Comment value with Different value.
with below script
as you can see String.Replace node perfectly. but when i connect my output to Element.SetParameterByName node, i am getting below result,
i think βAβ value replaced by βXβ, βBβ to βYβ , βCβ to βZβ. but i donβt know why its not Replace Properly,
i have tried all Lacing also.
i can replace value one bye one with String.Replace node, but if i want to replace whole list with another list then what should i do?
i hope i am explaining properly
Please let me know if i am missing something.
Thanks