The $#Sb $#SK $#SM $#SG are rounded to have minimum 5 relevant digits and have a maximum size of 10 characters when using Scientific notation. The Calculation is using the following definition 1b = 1b, 1024b = 1Ko, 1024Ko = 1Mo, 1024Mo = 1Go.tcvol wrote: great thanks
it's almost done
1st column PLUGIN
2nd, 3rd, 4th TCBL
a few glitches here and there
here is my report:Code: Select all
PLUGIN sizeB sizeKB sizeMB 782.761.964 7.827.600.000.000 7.644.200.000 746.5
$#S is the full Size (normally similar to the plugin !)
So for you first file, the output of tcbl $#S $#Sb $#SK $#SM should be :
782761964 7.8276E+08 7.6442E+05 746.50
(No extra dot, comma or whatever, I've done some test and it is the format i get.)
I think you have some trouble with excel number separator, tcbl is not aware of local separator...
Hope it can help.....
Thanks a lot for your reports and for using TCBL

If you (and everyone) have some propositions i will study it for next release.
The Unicode support is not in the scope as we use it mainly from command line and with ansi names/files.