I was just thinking about this: People might think they can mix python variables with variables in > other DSLs. Which would be tricky.
Well would that be such a bad thing? The DSLs can return a object from the evaluated string so why not let them be mixed. This would mean you can do things like: mypythonVar = (SQL:Select Sum(column) From Table) #Some more python code to assign the value to a QgsFeature Just a thought. - Nathan On Thu, Jun 16, 2011 at 10:27 PM, Barry Rowlingson < [email protected]> wrote: > People might think they can mix python variables with variables in > other DSLs. Which would be tricky. >
_______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
