Remove part of string??
Posted: 04 Dec 2019 11:51
Hey.. how can i trim, split, etc a string?
I have a gile that contains something similar to this: {text=Clear}
I want to remove the "{text=" as well as the end "}". I have tried:
-filename = "test.mp3";
name = left(filename, length(filename) - 4);
And tried with right command.
I have also tried putting the text in an object and using remove.
Ultimately i have no idea how to do it
I have a gile that contains something similar to this: {text=Clear}
I want to remove the "{text=" as well as the end "}". I have tried:
-filename = "test.mp3";
name = left(filename, length(filename) - 4);
And tried with right command.
I have also tried putting the text in an object and using remove.
Ultimately i have no idea how to do it