ExportFieldValue
Exports the specified Field object's value to the Export file.
Syntax
bool ExportFieldValue (StrParam)
Parameters
The name of the Field object whose value you want to export.Returns
False if the parameter is not a Field object's name. Otherwise, True.Level
Page level.Details
Exports the specified Field object's value to the Export file. Will only export the last Field if multiple fields of the same field type are found.- Example
ExportFieldValue("Date") ExportFieldValue("Number") ExportFieldValue("Total")This sequence exports the current values stored in the Date, Number and Total fields.