Difference between revisions of "ObjectType:lavishscript"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
== Examples == | == Examples == | ||
===Display LavishScript version=== | ===Display LavishScript version=== | ||
− | echo Version: ${LavishScript.Version} | + | *echo Version: ${LavishScript.Version} |
===Display current directory=== | ===Display current directory=== | ||
− | echo Directory: ${LavishScript.CurrentDirectory} | + | *echo Directory: ${LavishScript.CurrentDirectory} |
===Display amount of time application has been running=== | ===Display amount of time application has been running=== | ||
− | echo Time running: ${LavishScript.RunningTime} | + | *echo Time running: ${LavishScript.RunningTime} |
== See Also == | == See Also == |
Revision as of 22:52, 26 August 2005
Contents
Description
Members
- string Version: LavishScript version number (e.g. 1.07)
- string CurrentDirectory: Current directory according to LavishScript
- int RunningTime: Amount of time, in milliseconds, the current application has been running. This value wraps after about 23 days of leaving the application running.
Methods
Returns
Same as Version
Examples
Display LavishScript version
- echo Version: ${LavishScript.Version}
Display current directory
- echo Directory: ${LavishScript.CurrentDirectory}
Display amount of time application has been running
- echo Time running: ${LavishScript.RunningTime}