chris b. said: Yes the sheet allows us to use min(x,y) and max(x,y) in the sheetworker parsed code, but not kh1 and kl1, but it's the same, users would have to simply change it. That was a major code I did, i can't believe you missed it! *insert crying emoji* But i was pretty sure it kh1 and kl1 worked in other fields as well, which we still want to have working so we don't have to race to update all those fields. example: <input name="attr_fromfield" type="text" value="{1,2}kh1" />
<br>
<input name="attr_tofield" type="text" value="@{fromfield}" disabled /> I am reasonably sure the to field would display "2" , but now it just displays "121", concatenating all the numbers in the string. I don't know when this broke. You're code is impressive Chris... stop crying. lol I guess it's the last part that is really the problem. Is this a bug, or by design? Solutions?