q: (total space of drive “c:” / 1024 / 1024 / 1024) as string & " GB"
A: 39 GB
Also, the way I learned Relevance and Action Script was by spending a few minutes each day reading through example on this Forum. I highly recommend that you do that, it will mean that you’ll spend less time waiting for answers.
and if I want the same script can display on Web report by this script connection with HTML element or javascript element or whatever which It is script for web page
how do it ?
in this case. I downloaded sample “Cool Facts” Report
for is case study and in this sample.I edited this sorce code
<?Relevance ((sum of (preceding texts of lasts " MB" of values of results of bes property "total size of system drive" as integer)) / 1024 / 1024) as string & " terabytes"?>
by I edited code to like this.
<?Relevance (total space of drive "c:" / 1024 / 1024 / 1024) as string & "GB" ?>
but the web report show this “The operator “drive” is not defined.” I don’t known why it can’t do