Re: [web2py] request.env.http_host[-5]

2010-09-01 Thread Bruno Rocha
>>> http_host = '127.0.0.1' >>> http_host[-5] '0' 2010/9/1 annet > What does the -5 stand for in this line of code: > > request.env.http_host[-5] > > > Kind regards, > > Annet. -- http://rochacbruno.com.br

[web2py] request.env.http_host[-5]

2010-09-01 Thread annet
What does the -5 stand for in this line of code: request.env.http_host[-5] Kind regards, Annet.