Difference between revisions of "OBJECTTYPE()"

From Lianjapedia
Jump to: navigation, search
Line 22: Line 22:
 
[[Category:Binary File Access]]
 
[[Category:Binary File Access]]
 
[[Category:Binary File Access Functions]]
 
[[Category:Binary File Access Functions]]
 +
[[Category:Object Storage Functions]]

Revision as of 03:40, 7 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