REPLACE
Syntax
replace(old_string:string, index:number, length:number, replace_text:string)Arguments
Example
REPLACE('INFORIVER', 1, 4, 'LUMEL')
Last updated
Was this helpful?
replace(old_string:string, index:number, length:number, replace_text:string)REPLACE('INFORIVER', 1, 4, 'LUMEL')
Last updated
Was this helpful?
Was this helpful?