ehcanadian
01/11/2022, 6:06 PM<#function>
directive? I'm trying to replace characters in multiple strings but the function doesn't look to be calledcreece
01/11/2022, 6:44 PMehcanadian
01/11/2022, 6:49 PM<#function decodeInput input>
<#local temp = 'HELLO'>
temp = temp?replace("L","O")
<#return temp>
</#function>
ehcanadian
01/11/2022, 6:51 PMcreece
01/11/2022, 7:06 PMcreece
01/11/2022, 7:07 PMehcanadian
01/11/2022, 7:10 PM<#assign
works, <#local>
doesn'tehcanadian
01/11/2022, 7:10 PMinput
ehcanadian
01/11/2022, 7:12 PMcreece
01/11/2022, 7:19 PMcreece
01/11/2022, 7:20 PM