database .field .set  (  Database ,  FieldIndex ,  Value  )  
                                     
Description :

This instruction sets the content of a string field in the current record of a database.

Parameters :

  • ObjectID of the database.
  • Index of the field.
  • String to insert in the field.

Examples :