procedure Send(s: Variant)Description
Adds the string "s" to the output string. After the execution of the DWSII program this string can be retrieved with TDelphiWebScriptII.Result.AsString.
procedure SendLn(s: Variant)Description
Adds the string "s" and a new-line to the output string (LF for Linux and CR-LF for Win32). After the execution of the DWSII program this string can be retrieved with TDelphiWebScriptII.Result.AsString.