home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hand Held Organizer Toolkit
/
walnutcreekcdrom-handheldorganizertoolkit-march1998.iso
/
PalmPilot
/
support_applications
/
autopilot.exe
/
demo-internal-variables.su_
/
demo-internal-variables.su
Wrap
Text File
|
1996-12-07
|
866b
|
28 lines
#
# Summary : Demonstration of the interpreter's predefined variables.
# Version : 1.0
# Author : Russ Ethington
#
# Here are a couple of predefined variables used together.
print "At " + $date + ", " + $time + "..."
# Below is a list of all of the predefined variables available.
print "$Date = " + $Date
print "$Time = " + $Time
print "$ScriptVersion = " + $ScriptVersion
print "$SubroutineFullName = " + $SubroutineFullName
print "$SubroutineBaseName = " + $SubroutineBaseName
print "$CurrentDirectory = " + $CurrentDirectory
print "$ProjectDirectory = " + $ProjectDirectory
print "$DownloadDirectory = " + $DownloadDirectory
print "$Password1 = " + $Password1
print "$Password2 = " + $Password2
print "$Password3 = " + $Password3
print "$Program1 = " + $Program1
print "$Program2 = " + $Program2
print "$Program3 = " + $Program3