Virtual Harddrive 89 Tech notes
Stephen "SMKnight" Klancher
SMKnight85@yahoo.com
http://smknight.nav.to
Pointless info I decided to write down.


Variables used in VHDRIVE

I - counter (for loops and increments)
J - counter (for loops and increments)
K - counter (for loops and increments)
ACTION - holds the numerical menu choice for the program options (like quit, help, etc)
ACTION1 - holds the numerical menu choice for the file options (like delete, rename, etc)
ACTION2 - holds the string from the "name" field for renaming and new folders
CURFP - current file position; number representing the list elements of DIRM and DIRP that has the current file info
CURLVL - current hierarchical level of subdirectory
DIRM - the current directory's list of file names to be displayed as a menu
DIRP - the current directory's list of file positions (within the hdimg files) to referecne the files when selected from the menu
DIRSTART - the number of the position of the first file in the current directory
MITEMNUM - menu item number chosen, kinda redundent with CURFP
PATH - string path of the current directory
PPATH - the path one level higher
MCPATH - the path to move/copy files
MCDSTART - the number of the position of the first file in the move/copy directory
MCLVL - current hierarchical level of subdirectory for the move/copy directory
SCANLVL - current hierarchical level of subdirectory for listing the contents of the directory
T1 - temp variable for various things
T2 - temp variable for various things
T3 - temp variable for various things
T4 - temp variable for various things
T5 - temp variable for various things
