1 SUM$ The SUM$ function returns a string whose value is the sum of two numeric strings. Example Sigma$ = SUM$("234.444", A$) 2 Syntax str-var = SUM$(str-exp1, str-exp2)