Value =  database .field .get  (  Database ,  FieldIndex  )  
                                     
Description :

This instruction returns the value of the specified float field of the current record.

Parameters :

  • ObjectID of the database.
  • Specified float field index.

Return Value :

  • Float value of the record.

Examples :