{ FILESIZE [Switches ] }
Inserts the size of the document, in bytes, using information from the General tab in the Properties dialog box (File menu).
Switches
\k
-
Displays the result in kilobytes (K), rounded to the nearest whole number.
\m
-
Displays the result in megabytes (MB), rounded to the nearest whole number.
Examples
| Field |
Results (in a 2,084,228-byte document) |
| { FILESIZE \k }K
{ FILESIZE \m } MB
|
2084K
2 MB
|