rsromeo
15 years agoChannel Surfer
REPLACE SUBSTRING FUNCTION
Hi -
Does anyone know if Brightscript has a replace function to replace s substring of text?
for example, I would like to do something like this...
string = "this is a file name.mp4"
newstring = replace(string," ","%20")
Does anyone know if Brightscript has a replace function to replace s substring of text?
for example, I would like to do something like this...
string = "this is a file name.mp4"
newstring = replace(string," ","%20")