Sum Of All Numeric Values In A TextBox

taber13

Registered User.
Local time
Today, 19:25
Joined
Dec 12, 2000
Messages
11
I have a select box that stores the selected value in a textbox comma delimited. This select box also stores the numeric value (price) in another textbox comma delimited. I would like to know how to Sum all the values in a textbox that has only numeric values comma delimited.
 
Unpack them with the instr() function and add them together.
 

Users who are viewing this thread

Back
Top Bottom