Difference between revisions of "OBJECTSIZE()"

From Lianjapedia
Jump to: navigation, search
(Created page with '==Purpose== Function to return size of object in an object field ==Syntax== OBJECTSIZE(<object field>) ==See Also== BINCREATE(), BINCLOSE(), BINOPEN(), [[BINREAD()]…')
 
 
(2 intermediate revisions by one other user not shown)
Line 20: Line 20:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Binary File Access]]
+
[[Category:Object Storage Functions]]
[[Category:Binary File Access Functions]]
+
[[Category:Lianja VFP Extensions]]
 +
[[Category:VFP Function Extensions]]

Latest revision as of 08:28, 4 February 2013

Purpose

Function to return size of object in an object field

Syntax

OBJECTSIZE(<object field>)

See Also

BINCREATE(), BINCLOSE(), BINOPEN(), BINREAD(), BINWRITE(), OBJECTREAD(), OBJECTTYPE(), OBJECTWRITE()

Description

The OBJECTSIZE() function returns the size of the data stored in the object field <object field>.

Example

open database southwind
use attachments
list objectsize(attachments)