Update_Output

by Rockinawsome
Allows you to extract comments from your code and store them in an html file for release on the web.
ID:129574
 
Update 3/23/06: This library now runs faster.


This Library allows a developer to store comments
in .html files (or you could easily edit the code, to store it to .txt or just about anything else).
The default < R > tag embedded within comments of code can make it easy to keep players up to date with all the little things you've been up to.
Just be sure to close it with < /R >.

Also, it's a snap to embed < R > tags in between < SKIP >< /SKIP > so that they can not be read by R_extract()

This library can be used alone, or in your code, giving it versatility. A crafty developer might even hide html tags in between the < R > tags so that when they're extracted they already look the way they should, thereby no further editing is necessary.