<%= ExecuteTemplate("Header_template.wcs") %>

<%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
<% IF !EMPTY(oHelp.oTopic.Syntax) %>
<%= oHelp.oTopic.Syntax %>
<% ENDIF %> <% IF !EMPTY(oHelp.oTopic.Returns) %>

Return Value

<%= oHelp.FormatHTML(oHelp.oTopic.Returns)%>
<% ENDIF %> <% IF !EMPTY(oHelp.oTopic.Parameters) %>

Parameters

<%= oHelp.FormatHTML(strtran(oHelp.oTopic.Parameters,"b>","i>"))%> <% ENDIF %> <% IF !EMPTY(oHelp.oTopic.Remarks) %>

Remarks

<%= oHelp.FormatHTML(oHelp.oTopic.Remarks) %> <% ENDIF %> <% IF !EMPTY(oHelp.oTopic.Example) %>

Example

<%= oHelp.FormatHTML(oHelp.oTopic.Example)%>
<% ENDIF %>

<%= ExecuteTemplate("Footer_Template.wcs") %>