Skip to content

Commit 550b5a8

Browse files
committed
Update CSVinterface.cls
1 parent 60311d8 commit 550b5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CSVinterface.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2441,7 +2441,7 @@ Private Function RecordScore(ByRef strArray As Variant) As Double
24412441
Next L0
24422442
RecordScore = (CumulativeScore / (UBound(strArray) - LBound(strArray))) ^ 0.5
24432443
Else
2444-
RecordScore = LenB(strArray(UBound(strArray)))
2444+
RecordScore = 1E+30
24452445
End If
24462446
Exit Function
24472447
RecordScore_ErrHandler:

0 commit comments

Comments
 (0)