Difference between revisions of "STR SIZE()"

From Lianjapedia
Jump to: navigation, search
(Created page with "==Purpose== Function to return a 'human readable' character string for the specified number in KB, MB or GB ==Syntax== STR_SIZE(<expN>) ==See Also== FSIZE(), ISDIGIT(...")
 
(See Also)
 
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[FSIZE()]], [[ISDIGIT()]], [[STR_DATE()]]
+
[[FSIZE()]], [[ISDIGIT()]], [[STR_COMPRESS()]], [[STR_DATE()]], [[STR_UNCOMPRESS()]],
  
 
==Description==
 
==Description==

Latest revision as of 12:43, 22 March 2021

Purpose

Function to return a 'human readable' character string for the specified number in KB, MB or GB

Syntax

STR_SIZE(<expN>)

See Also

FSIZE(), ISDIGIT(), STR_COMPRESS(), STR_DATE(), STR_UNCOMPRESS(),

Description

The STR_SIZE() function returns a 'human readable' character string for the specified number <expN> in KB, MB or GB.

Example

? fsize("example.dbf")
     36485
? str_size(fsize("example.dbf"))
35.000KB