3.2.0

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
November 16,
var num = new AW.Formats.Number;
num.setTextFormat("#,###. KB");
Alex (ActiveWidgets)
November 16,
I found the answer:

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

Thanks!
M
November 16,

This topic is archived.

See also:


Back to support forum