:: Forum >>

File Size information

I want to have numeric data for file size in KB

I want to format the data in the form #,### KB
How can this be done?
M
Friday, November 16, 2007
var num = new AW.Formats.Number;
num.setTextFormat("#,###. KB");
Alex (ActiveWidgets)
Friday, November 16, 2007
I found the answer:

var number = new AW.Formats.Number;
number.setTextFormat("0,0, KB");

Thanks!
M
Friday, November 16, 2007

This topic is archived.


Back to support forum

Forum search