Navigation:  Reference > Functions >

AvailableDiskSpace()

Print this Topic Previous pageReturn to chapter overviewNext page

 

DSPCE()

 

PURPOSE

This function returns the available disk space on the default drive.

 

NO OTHER PARTS

 

RETURN TYPE - N

 

COMMENTS

Make sure the receiving field is defined as a type N and that the display size is at least 12 with 0 decimal characters.

 

EXAMPLE

 

Define disk_size type n size 12 dec 0

buton.click:

disk_size = DSPCE()

msg 'The disc size is ' + disk_size

ret

 


Page url: http://www.cassoftware.com/tas/manual/availablediskspace().htm