TeraScript-Talk: Many returns

2014-05-04 Thread Wayne Irvine
I often ask a friend to have a look at the source code of a website for me. 
Several times he has come back with 'It's just a blank page!'.

I have to explain that all my working before rendering a page results in lots 
return characters so you'll have to scroll down a bit.

If there a way to turn off these superfluous returns? Per action? Per code 
block perhaps?

Wayne Irvine
w: http://www.byteserve.com.au/
p: +61 2 9960 6099
m: 0409 960 609






To unsubscribe from this list, please send an email to lists...@terascript.com 
with unsubscribe terascript-talk in the body.


Re: TeraScript-Talk: Many returns

2014-05-04 Thread Ian Evans
Wayne,

Use the @PURGERESULTS tag in the results of first action where HTML is 
returned. This will purge any results rendered by every action before it (in 
your case, blank lines.)

You can also enclose short blocks of non-rendering code in 
@EXCLUDE/@EXCLUDE The enclosed code will still be processed, but no results 
will be inserted.

-Ian

On May 4, 2014 5:17:33 PM PDT, Wayne Irvine wa...@byteserve.com.au wrote:
I often ask a friend to have a look at the source code of a website for
me. Several times he has come back with 'It's just a blank page!'.

I have to explain that all my working before rendering a page results
in lots return characters so you'll have to scroll down a bit.

If there a way to turn off these superfluous returns? Per action? Per
code block perhaps?

Wayne Irvine
w: http://www.byteserve.com.au/
p: +61 2 9960 6099
m: 0409 960 609






To unsubscribe from this list, please send an email to
lists...@terascript.com with unsubscribe terascript-talk in the body.






To unsubscribe from this list, please send an email to lists...@terascript.com 
with unsubscribe terascript-talk in the body.