Helma logo
helma.org » Home > Stories > res.reset()

res.reset()

Resets the current output buffer.

Syntax
res.reset()

Example
res.write("Test");
// changing my mind (e.g. an error occured)
res.reset();
res.write("Hello, World!");

Hello, World!


... comment


Page last modified on 2002-07-10 08:14 by tobi