;       Vol.bin
;       Programmer: Jay Parsons
;       Date:  June 2, 1992

;       A .bin to return the volume label to dBASE
;       dBASE versions: III+ and later
;       Not copyrighted - use at your own risk, but please report bugs.

;       Calling syntax, after LOAD Vol:
;       Volume = trim( call( "Vol", <Drive>+space(10) ) )
;       where Drive = " " for current drive or "A","B","C", etc.
;       or store the drive + 10 spaces to Arg and use CALL Vol WITH Arg

;       Remember to pad the drive argument to 11 characters, or dBASE
;       will not be able to access the entire volume name, and to
;       store the argument to a variable before the call if using the
;       CALL command.

                                        Jay Parsons
                                        BORBBS Jparsons, CIS 70160,340
