Stephane,
You can see the ".tab" file with notepad.exe.
It looks like :
!table
!version 300
!charset WindowsLatin1
Definition Table
Type ASCII Delimiter "," Charset "CodePage850"
Fields 3
_COL1 Char (7) ;
_COL2 Float ;
_COL3 Float ;
Note that the column type for _COL2 and _COL3 is float.
Floating values are stored in eight-byte IEEE format
Rang : 5.0 x 10^-324 .. 1.7 x 10^308=20
Hovewer you can try to modify this file with notepad.exe :
!table
!version 300
!charset WindowsLatin1
Definition Table
Type ASCII Delimiter "," Charset "CodePage850"
Fields 3
_COL1 Char (7) ;
_COL2 Char (12) ;
_COL3 Char (12) ;
Now, you have "Point A",44.32456965,2.56894179, etc.
Hope this help
----- Original Message -----
From: digeteca <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 21, 2001 6:03 PM
Subject: MI-L Help on register table
> Hello,
>
> I have ascii delimited text file wich contains set of coordinates.
> One of these set looks like :
> "Point A",44.32456965,2.56894179
>
> i transform this text file into a table using Register table.
> Coordinates in the resulting table are truncated !
>
> Coordinates are really truncated ?
>
> Thanks for your help,
> Stephane,
>
>
>
> _______________________________________________________________________
> List hosting provided by Directions Magazine | www.directionsmag.com |
> To unsubscribe, send e-mail to [EMAIL PROTECTED] and
> put "unsubscribe MapInfo-L" in the message body.
_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.