I have a test running, using the hostmonitor test method for getting the Folder size of a folder.
The test returns "13 Gb". But it should be "13 GB".
Is it possible to change an option somewhere, where I can change the "Gb" to "GB"?
Gb != GB
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Gb != GB
You may use "Tune up Reply value" option, located on Test properties dialog, with expressions like:
[%SuggestedReply_Integer% div 1073741824] GB
OR
[((%SuggestedReply_Integer% div 1024) div 1024) div 1024] GB
Please check the manual or visit our web site for more information at:
http://www.ks-soft.net/hostmon.eng/mfra ... uneupreply
[%SuggestedReply_Integer% div 1073741824] GB
OR
[((%SuggestedReply_Integer% div 1024) div 1024) div 1024] GB
Please check the manual or visit our web site for more information at:
http://www.ks-soft.net/hostmon.eng/mfra ... uneupreply