Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: Silicon Power on April 22, 2023, 01:29:04 PM
-
Hi I need to remove multi (Clone) from a string variable at once is there any action for this?
thanks.
-
use string contains and if true, use substring or Replace
-
you can get the lenght, then minus the (clone) count. try how many as you need to include spaces
-
you can get the lenght, then minus the (clone) count. try how many as you need to include spaces
Thank you a lot the Replace action solved my issue:-*