Dear all,

I have a problem with column names in a Map Basic programm.
Compiling the following lines:

1      dim glkw75 as integer
2      select * from lokrel into auswahl
3    fetch first from auswahl
4      do while not eot(auswahl)
...
10        glkw75 = auswahl.g-lkw-75t
...
15        fetch next from auswahl
16      loop

results in the following error message:
      
      line 10: unrecognized command: t 

If I change line 10 in: 

     glkw75 = auswahl.g-lkw-75

everything works fine. The problem is that I have to use fixed column names
and can't remove the t.

Any ideas what I can do?
        
Thanks for your help.       


Silke Keuerleber

PTV AG
Mobility Systems
GIS Data Engineering

Tel.:   +49 7 21 96 51- 465
Fax:    +49 7 21 96 51- 688
E-Mail: [EMAIL PROTECTED]
____________________________

PTV 
Planung Transport Verkehr AG
Stumpfstrasse 1
76131 Karlsruhe
Germany
http://www.ptv.de
http://www.reiseplanung.de
http://www.varta-guide.de
http://www.cityguidefinder.de


~~~~~~~~~~~~ List Sponsor ~~~~~~~~~~~~
Digital GEO data for 125 countries
LAND INFO International produces digital geographic data for over 125
countries.   DEMs, satellite imagery, topo maps, vector map layers,
flood maps, and more.   Visit http://www.landinfo.com/indexdm1.htm and let
our specialists find the right solution.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

_______________________________________________________________________
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.

Reply via email to