Hi all, This might be very simple, but I can't find an answer in the doco - so here I am,
I'm trying to pass several floats to a single option in a Python script: > python my.module.py input=input output=output myoption=0.1,0.2,0.5 Is there a clever way to declare myoption so that it would parse it as some 3 floats? Or do I need to define it as a string and parse it manually? Cheers, Pierre -- Scientist Landcare Research, New Zealand _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
