I found the solution via some extended searching in these forums. I had figured there must be a way to loop through a string, removing/replacing multiple values. Here is the FormCalc syntax to do it, placed on the layout ready event.$.rawValue = Replace( Replace($.rawValue, "[V1]", ""), "[V2]", "")