Difference between revisions of "ScriptFile"
From SCAR Divi Manual
(Created page with "==Definition== <source lang="scar" lines="false"> function ScriptFile: string; </source> ==Availability== SCAR Divi 3.31 > Current ==Description== Returns the filename of the r...") |
(No difference)
|
Latest revision as of 14:40, 4 April 2012
Definition
function ScriptFile: string;
Availability
SCAR Divi 3.31 > Current
Description
Returns the filename of the running script.
Example
begin WriteLn(ScriptFile); end.