Displays enclosed text without interpreting the [xxx] tags in any way.
numero = 201[raw]Any text, including any [xxx] tags such as [date] or [delete] [ /raw]In the example above, the displayed text will beAny text, including any [xxx] tags such as [date] or [delete]
This context is most often used within any HTML pages on your site that have many [] characters may be misinterpreted by WebDNA, so surround those pages with <!-- [ Raw]-->...entire text of page...<!-- [ /Raw]-->. Notice the <!-- --> HTML comments in this example: they are used so that if this page is ever displayed without being processed by WebDNA, the [ raw] tags will be invisible.
[raw] Any Text, including [xxx][ /raw][raw]Any text, including any [xxx] tags such as [date] or [delete] [ /raw]
This context is most often used within any HTML pages on your site that have many [] characters may be misinterpreted by WebDNA, so surround those pages with <!-- [ Raw]-->...entire text of page...<!-- [ /Raw]-->. Notice the <!-- --> HTML comments in this example: they are used so that if this page is ever displayed without being processed by WebDNA, the [ raw] tags will be invisible.
DOWNLOAD WEBDNA NOW!
WebDNA applications...
WebDNA ModulesA list of the currently available modules...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
F.A.QA compilation of some user's questions...
WebDNA LibrariesA list of available libraries for WebDNA...
Tips and TricksA list of user-submitted tips ...
[CLOSEDATABASE db=FileName]...
[getchars]Extracts a portion of the text (also known as substring or Mid$)...
[spawn]Creates a new thread to execute WebDNA simultaneously with the current template...
[include]Include the contents of the specified file...
[replace]Replaces each found record in a database with the new field values...
[math][math] calculates equations using numbers...