Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 42215

help needed

$
0
0
Public Function min(ByVal a() As Single)
Dim i As Integer
Dim smaller As Integer
smaller = a(i)
i = i + 1
While a(i) <> 555
If smaller > a(i) Then
smaller = a(i)
End If
i = i + 1
End While
Return smaller
End Function

Viewing all articles
Browse latest Browse all 42215

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>