I would think the arguments become parameters as mentioned above; and the variables would become local variables.
automatically. But therre might be some security problems? On Jul 16, 11:35 am, Vasile Ermicioi <[email protected]> wrote: > in some cases that would be nice, > > but web2py comes with 2 terms : arguments and variables, > and how can framework know you want > > x, y = request.vars.x, request.vars.y > > or > > x,y = request.args[:2]

