EvRecord.LastEvent = 5 'Fill the UDT with all the data fields at once.
EvRecord.TotEvent = 5
EvRecord.EventW = 5
EvRecord.EventV = 5
EvRecord.EventRP = 5
EvRecord.EventRPW = 5
EvRecord.EventRPV = 5
EvRecord.EventDec = "None"
EvRecord.EventExp = "Value de minimis"
PUT #700, 5, EvRecord
'Put the whole record into position #5
EvRecord.LastEvent = 3 'Fill the whole UDT with all the data fields at once.
EvRecord.TotEvent = 3
EvRecord.EventW = 3
EvRecord.EventV = 3
EvRecord.EventRP = 3
EvRecord.EventRPW = 3
EvRecord.EventRPV = 3
EvRecord.EventDec = "Proceed"
EvRecord.EventExp = "Confidence 80%"
PUT #700, 3, EvRecord
'Put the whole record into position #3