Michael wrote: > >> 2nd splitting that allows for multiple d.* commands to be separated > >> by semi-colons. This may or may not be a good idea in the end, but > >> I thought I'd see how it worked out. Paul: > > Shell uses semi-colons. But you could you not just enter the two > > commands separately one after the other? I suppose if it was > > something that would take a long time to draw then that would be > > slow. Michael: > The problem is that you need a defined separator that indicates where > one command AND its arguments stop and another one starts. You could > perhaps look for another "d." string, but a defined separator is > easier to use and perhaps more reliable.
If you don't like semi-colons, would the newline char work? Hamish _______________________________________________ grass-dev mailing list [email protected] http://grass.itc.it/mailman/listinfo/grass-dev

