Size =  database .field .size .get  (  ObjectID ,  FieldIndex  )  
                                          
Description :

This instruction returns the size (expressed in bytes) of the selected field of a database.

Parameters :

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

Return Value :

  • Size of the field.

Examples :