sccenterprises
Programmer
When I use the following I get a 2 that comes back instead of 2,460 that is in the msflexgrid.
val(msflexgrid1.textmatrix(x,13))
The field has 2460 but this value shows up as a 2. My guess is because of the comma, but I don't know what to do to get around it. I have tried the following but it comes back the same.
format(val(msflexgrid1.textmatrix(x,13)),"##,##0.00
val(msflexgrid1.textmatrix(x,13))
The field has 2460 but this value shows up as a 2. My guess is because of the comma, but I don't know what to do to get around it. I have tried the following but it comes back the same.
format(val(msflexgrid1.textmatrix(x,13)),"##,##0.00