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

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

Parameters :

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

Return Value :

  • String value of the record.

Examples :