Difference between revisions of "OBJECTTYPE()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to return object file extension | Function to return object file extension | ||
Line 43: | Line 39: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital, Recital Server |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
+ | [[Category:Binary File Access]] | ||
+ | [[Category:Binary File Access Functions]] |
Latest revision as of 17:30, 3 December 2009
Purpose
Function to return object file extension
Syntax
OBJECTTYPE(<memofield>)
See Also
BINCREATE(), BINCLOSE(), BINOPEN(), BINREAD(), BINWRITE(), OBJECTREAD(), OBJECTWRITE()
Description
The OBJECTTYPE() function returns the file extension of the data stored in the memo field <memofield>. The following file types are supported:
File Extension | Data |
---|---|
gif | GIF Image |
jpg | JPG Image |
au | AU Sound |
avi | AVI Video |
mov | MOV Video |
Example
objectread('brickwall.gif',IMAGES) ? objecttype(IMAGES) gif
Products
Recital, Recital Server