I am doing: �Register Table cell_S2S TYPE XLS Titles Range Range_S2S Into cell_S2S_tab Open Table cell_S2S_tab Interactive�
Being cell_S2S, cell_S2S_tab, Range_S2S variables defined as: �Dim cell_S2S, cell_S2S_tab, Range_S2S As String� which I get from a excel table using DDE commands as follows: �cell_S2S = DDERequest$(chan_num, "R1C1") Range_S2S=DDERequest$(chan_num, "R1C2")� The thing works, but the warnings are quit annoying. Maybe now you have a better idea of the situation and you could help me better?! Thanks. -----Original Message----- From: Richard Glass [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 11 de Dezembro de 2002 20:04 To: Fernando Garcez Subject: RE: MI-L MapBasic Warning: No end quote on string constant. Open Table "C:\GIS\Rates_rebuild\assessbdy.tab" This is how you should do it Richard -----Original Message----- From: Fernando Garcez [mailto:[EMAIL PROTECTED]] Sent: Thursday, 12 December 2002 8:47 a.m. To: MapInfo-L (E-mail) Subject: MI-L MapBasic Warning: No end quote on string constant. Hi I am trying to do a small MapBasic program and when I use the Register Table and Open Table commands I receive the following message: (c:\program files\mapinfo\teste_s2s.tab:7) Warning: No end quote on string constant. Anybody knows a possible reason for that or how to avoid the prompt of this warning? Thanks Fernando Garcez --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 4505 "The contents of this e-mail are confidential and may be subject to legal privilege. If you are not the intended recipient, please destroy this e-mail and notify the sender immediately. You should not retain, copy, distribute or use this e-mail for any purpose, nor disclose any of its contents to any other person.". --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 4506
