DSPCE()
PURPOSE
This function will return the amount of unused disk space on the current ‘default’ drive.
NO OTHER PARTS
RETURN TYPE R
The value returned is in number of bytes. If there are 5 Mbytes remaining the returned value would
be: 5242880
EXAMPLE
Define diskspace type R
DiskSpace = DSPCE()