Type =  database .field .type .get  (  ObjectID ,  FieldIndex  )  
                                          
Description :

This instruction returns the type of a specified field.

Parameters :

  • ObjectID of the database.
  • Index of the field.

Return Value :

  • Type of the selected field.

        DATABASE_CHAR (Field is a string)
        DATABASE_NUMERIC (Field is an integer)
        DATABASE_FLOAT (Field is a float)

Examples :