VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

getstr

Pratim Guha Biswas  (1 Submission)   String Manipulation   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

If an alphanumeric string is provided in the form 123,33,44,556 , my function
seperates the numbers seperated by any character in this case a (,)comma so we get num1=123 , num2 = 33 , num3=44 and so on.The function uses an array to store
these numbers.DO mail me on how well this code works.

API Declarations
Dim saved As String
Dim counted, def, i, res As Integer
Dim arr(20) ' This array holds the seperated numbers

Rate getstr (3(3 Vote))
getstr.bas

getstr Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters