a simple question, what does ubound in this code means?
VB Code:
Dim folding() As String folding() = Split(txtFolding.Text, "+") If UBound(folding) = 1 Then result = result + Val(Mid(txtNumber(i).Text, Left(folding(1), 1), Len(folding(1))))
thanks
|
Results 1 to 10 of 10
Thread: [RESOLVED] uboundThreaded View
|
Click Here to Expand Forum to Full Width |