Nexus scripting
From NexusWiki
nxScripts are scripted HTML based solutions that can be running directly on the nxserver. TO use nxScripts directly on the server you need to install them as webapplications.
An nxScript file is an HTML file with embedded code. The marker <% signals start of code, '%>' marks end of code.
The HTML outside of the markers must conform to the html-standards. The program-code within the markers is a Delphi-pascal variant.
below is a simple hello world script <% begin %> Hello world! <% end. %>
The
Syntax of the pascal-alike code is similar to Delphi-pascal
There are a number of standard variables defined
