ScriptFile
From SCAR Divi Manual
Definition
function ScriptFile: string;
Availability
SCAR Divi 3.31 > Current
Description
Returns the filename of the running script.
Example
begin WriteLn(ScriptFile); end.
function ScriptFile: string;
SCAR Divi 3.31 > Current
Returns the filename of the running script.
begin WriteLn(ScriptFile); end.