Jorge Cordero a �crit: > > I am using the API of Windows: GetLocalTime in MapBasic, the problem that I have > when I use east tool the values that return, are not are expected, returns a series > of rare numbers. Somebody knows as it is the reason > > > Attach source in MapBasic and source in VB where GetLocalTime works correctly
If my memory is not too bad, VB Integers are 2 bytes long, but MB integers are 4 bytes long. Try using "Smallint" in place of "Integer" in your MapBasic Code. -- Michel Wurtz MAAPAR/DGA/SDSI/CERIT/DIG --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 8697
