I have a text field ("List") with which I've developed the string
"$275+$50+$25".
I'd like to add those numbers and return the sum as text.
str(val(List)) only returns "0". Are the "+" being lost during the
"val()"?
Thanks in advance for your helpfulness
mr bill