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

never mind on this.  I found the answer.

Charlie Wrote:

> 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!