<%= oHelp.FormatHTML(oHelp.oTopic.Body) %>
<% if !EMPTY(oHelp.oTopic.Syntax) %>
<%= oHelp.FormatHtml(oHelp.oTopic.Syntax) %>
<% endif %>
<% IF !EMPTY(oHelp.oTopic.Parameters) %>
Default Value
<%= oHelp.FormatHTML(strtran(oHelp.oTopic.Parameters,"b>","i>"))%>
<% ENDIF %>
<% IF !EMPTY(oHelp.oTopic.Exceptions) %>
Exceptions
<%= strtran( InsertExceptions(oHelp),"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") %>