Difference between revisions of "OBJECTSIZE()"

From Lianjapedia
Jump to: navigation, search
Line 23: Line 23:
 
[[Category:Binary File Access Functions]]
 
[[Category:Binary File Access Functions]]
 
[[Category:Object Storage Functions]]
 
[[Category:Object Storage Functions]]
 +
[[Category:Lianja VFP Extensions]]
 +
[[Category:VFP Function Extensions]]

Revision as of 07:58, 10 December 2012

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)