Difference between revisions of "OBJECTTYPE()"

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:59, 10 December 2012

Purpose

Function to return object file extension

Syntax

OBJECTTYPE(<object field>)

See Also

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

Description

The OBJECTTYPE() function returns the file extension of the data stored in the object field <object field>.

Example

objectread('brickwall.gif',IMAGES)
? objecttype(IMAGES)
gif