i'm developing an application with mapbasic and there are some problems

i'm getting X and Y coordinates as float and printing them, they are OK
when i want to create new points on that coordinates only one decimal left

for ex: x1 = 444333.633 when printed 

but the point object's X coordinate is 444333.6 , and same for Y

is it a mapinfo bug, or mapbasic bug or system bug
my system's regional  parameters are as follows:

thousand separator:  ","
decimal separator :    "."
num of digits :     2

and the source code is as follows 


set map coordsys window frontwindow()

create point into  variable nok  (x1,y1)  symbol(40,red,3)

insert into cekme (obj)  values (nok)


i've also tried this

create point into  variable nok
 (format$(x1,"#.###"),format$(y1,"#.###"))  symbol(40,red,3)

but nothing has changed

is there anyone wha has solved this kind of problem.?..

thanks for any help..


----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to