Subject string with commas to numeric
From Charlie <tm@tc.com>
Date Sat, 02 Mar 2024 13:34:41 -0500
Newsgroups dbase.getting-started

I am trying the following code:

form.spinboxestv1.value = val(co.fields["&grd."].value)

The spinbox is numeric and co is a string.   This works unless there are commas in the string.  Then  17,234 becomes 17.  

How can I get the entire number without commas when the string has commas in it?

Thanks for any help!