hello;
I open my excel file and read cells. after I add some value.
But, my code boken on data convert.
We use in my contry double format => "1.123.456,2345"
I dont have any problem when on AVD manager working at windovs.
So, Code has a problem in my tablet.
Code:
I looked my tablet setting. I didint find float setting.
How can i fix it?
I open my excel file and read cells. after I add some value.
But, my code boken on data convert.
We use in my contry double format => "1.123.456,2345"
I dont have any problem when on AVD manager working at windovs.
So, Code has a problem in my tablet.
Code:
B4X:
' Cell(1,2)="90,12"
New_value=cell(1,2)+0.15
I looked my tablet setting. I didint find float setting.
How can i fix it?