ChangeEntry
This method updates or inserts the content of the entry data to the specified column.
Syntax
ChangeEntry (ColumnName as String, EntryData as String)
Parameter | Description |
---|---|
ColumnName | [in] Name of the column to change. |
EntryData | [in] The content of the specified column is updated with this data. |