Search found 1 match

by alfonsoC3
Friday 12th August 2022 6:25pm
Forum: General
Topic: format, cfloat, math operations
Replies: 4
Views: 1345

format, cfloat, math operations

hi, sorry for my bad English i have this code: tblProductos[renglon - 1, 5].Text = "$" & cboPrecio.Text tableview1[row,col].text = float_variable but i need that float_variable shows with format, so i use this: tableview1[row,col].text = format(float_variable,"$#,###,###.00")...