any statement that modifies an existing object is
> > ignored:
>
> > In [1] : a=[1,2,3]
> > In [2] : a.append(4)
> > In [3] : print a
> > [1, 2, 3]
>
> > On Jan 4, 10:08 pm, meentsbk wrote:
>
> > > Hello,
>
> > > First, let me prefac
Hello,
First, let me preface this with a "I'm EXTREMELY new to web2py." I've
been going through the documentation and trying things in my own
example apps, but there is one thing that seems pretty basic that I
just can't seem to get working, and that is using the DIV helper with
the .append attri
2 matches
Mail list logo