In Silk Performer the GetScriptName() function can be used to return the name of the currently executing BDL script, with the path and the extension: sScript := GetScriptName(); writeln(sScript);
↧