VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

'Return the distinct element from string array

Dhaval Amin  (1 Submission)   String Manipulation   Visual Basic 5.0   Unknown Difficulty   Fri 18th May 2007   Mon 8th February 2021

'Return the distinct element from string array

API Declarations


Dim s1(9) As String
Dim s2(0) As String
Dim arrayblank As Boolean
Dim Found As Boolean

s1(0) = "Dhaval"
s1(1) = "Test"
s1(2) = "Array Index 2"
s1(3) = "Test"
s1(4) = "Dhaval"
s1(5) = "Dhaval"
s1(6) = "Array Index 6"
s1(7) = "VB6"
s1(8) = "VB6"
s1(9) = "Dhaval"

Rate 'Return the distinct element from string array (1(1 Vote))
'Return the distinct element from string array.bas

'Return the distinct element from string array Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters