Hi Vaclav!!! lol!!! I'd wished!!! Just fixed it with awk :)
Anyway, i tried what you suggested and didn't work in python 2.7. I googled a bit, and this worked in python 3.3 print(map_name, '|', start, '|', end, sep="") best, Vero 2014-03-06 20:46 GMT+01:00 Vaclav Petras <[email protected]>: > > Hi Veronica, so you are already learning Python, that's great! > > Vaclav > > >> Thanks! >> Vero >> >> >> 2014-03-06 17:26 GMT+01:00 Vaclav Petras <[email protected]>: >> >> >>> That should be >>> >>> print map_name + "|" + start + "|" + end >>> >>> http://grass.osgeo.org/grass70/manuals/t.register.html >>> http://docs.python.org/2/reference/simple_stmts.html#print >>> >> >> >
_______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
