Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rounding with "." decimals
#6
Not Solved
I am looking for the settings you said, I have windows 7.
With "," it works properly, for "." it doesn´t.
If I manage to solve the problem i will post the solution...
----------------------------------------------------------
I am looking my problem, and it is weird.
round(100.0)=100 -> It works properly

Code:
v_MontoAdhesion=Browser("Browser").Page("Page_10").WebTable("Empresa").GetCellData(filas-2,4) =" 100.0"
v_MontoAdhesion=trim(Browser("Browser").Page("Page_10").WebTable("Empresa").GetCellData(filas-2,4))= "100.0"
round(v_MontoAdhesion)=1000 -> ¿?
int(v_MontoAdhesion)=1000
round(int(v_MontoAdhesion))=1000

Don´t know what´s going on
Reply


Messages In This Thread
Rounding with "." decimals - by pjeigenn - 07-26-2010, 08:56 PM
RE: Rounding with "." decimals - by sasmitakumari - 07-27-2010, 10:51 AM
RE: Rounding with "." decimals - by Saket - 07-27-2010, 10:54 AM
RE: Rounding with "." decimals - by sasmitakumari - 07-27-2010, 11:19 AM
RE: Rounding with "." decimals - by Saket - 07-27-2010, 12:24 PM
RE: Rounding with "." decimals - by pjeigenn - 07-27-2010, 10:58 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)