How i can evaluate this string with this delimiter #c"stringtosum"#g
code1,code2,#c55+35+97#g,coden,code3,code4,#c44+25+07#gcoden
55+35+97=187
44+25+07=76
and output this
code1,code2,#c187#g,coden,code3,code4,#c76#gcoden
i am using this two string ,#c55+35+97#g ,#c44+25+07#g ,, im tring to evaluate (sum) this two
55+35+97=187
44+25+07=76
and output this
code1,code2,#c187#g,coden,code3,code4,#c76#gcoden
i have multiple string to sum