I am trying to do something which I'm sure is pretty basic but struggling
I've got a public parameter (cellres) which refers to the cell resolution of an output ratser and I'm trying to use this to calculate the number of rows/colums, based on the maximum extents (max_X/max_Y).
I'm struggling to write the python or TCL - essentially I just want to do (max_X / cellres)?
It appears to be just concatenating the two parameters rather than returning a value
Thanks
Ed