프로그래밍언어/VB.NET
VB.NET 문자열 배열내 값찾기
부산딸랑이
2013. 7. 13. 07:10
Dim result As String() = Array.FindAll(str, Function(s) s.Contains(TextBox1.Text))