tpSetFieldByNameAsFloat
Structure
tpSetFieldByNameAsFloat(sFieldName, fNewValue)
Type
Function
Description
This function sets the field value designated by sFieldName as a float/numeric for the test point dataset - only applicable to numeric-based fields.
Parameters: 2
sFieldName=name of the field to be retrieved.
fNewValue=updated float/numeric value for the field
Example
fAsFound = tpFieldbyNameAsFloat('RESULT1')
tpSetFieldbyNameAsFloat('RESULT1', (fAsFound * 0.10)) |