Thread
:
size in kb column
View Single Post
03-09-2021, 03:02 AM
#
2
jbacelar
Interested in the matter
Posts: 421
Karma: 426094
Join Date: Dec 2011
Location: Spain, south coast
Device: Pocketbook InkPad 3
This is the template I use in the custom column for Kbytes:
program:
a=divide(booksize(), 1024);
a=re(a,'(\d+)\.\d+','\1');
a=add(a,1);
format_number(a,'n');
And so I have exactly the same value that the file shows in Windows.
jbacelar
View Public Profile
Find More Posts by jbacelar
Track Posts by jbacelar via RSS