Table, file, and project

The table, file, and project functions perform helper tasks that can be useful during data analysis in an Analytics script.

For example, you can use the FTYPE( ) function to identify the data category of a field, which you may need to know in order to correctly apply other functions or commands to the field.

Function descriptions

Function Description

FILESIZE( )

Returns the size of the specified file in bytes or -1 if the file does not exist.

FTYPE( )

Returns a character identifying the data category of a field or variable, or the type of an Analytics project item.

GETOPTIONS( )

Returns the current setting for the specified Analytics option (Options dialog box setting).

PROPERTIES( )

Returns properties information for the specified Analytics project item.

ACL Scripting Guide 14.1