NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



ContentType

Sets the content-type of the output

Sets the document output content type. Must be called before output is started. If no content-type is specified, SIML will set the content type to text/html.

Sample Source

ContentType "text/plain"
Say "Plain text output."

Related Function(s):
   AddHeader; Say; SuppressHeaders;

Minimum version: 2.0