Have you tried: self.response.out.write(str(0))
? On Dec 22, 5:11 pm, Phoenix <[email protected]> wrote: > Hi.. this is the code I'm using.. > > self.response.out.write(0) and "0" is not being on screen.. even if > this "0" an Integer is in some variable.. like this.. > new_index = 0 > self.response.out.write(new_index) > > and nothing comes on screen.. > > can anyone have any idea? > > thanks in advance.. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
