<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000099">
    Hi,<br>
    <br>
    I am experimenting with the GRASS graphical modeller in GRASS 7.0
    (on Ubuntu 12.04). I would like to create a mask in a loop, whereby
    the input 'maskcats' is dynamic. I.e., I would like to do something
    similar to the script below:<br>
    <br>
    for i in { 1 .. 5 }<br>
    do<br>
      r.mask input=inputmap maskcats=$i<br>
      other commands...<br>
    done<br>
    <br>
    From the tutorials, I can see how to create dynamic loops with
    raster or vector layers as input, but I cannot find how to do this
    with integer values as input.<br>
    <br>
    Cheers,<br>
    <br>
    Paulo<br>
  </body>
</html>