urgent
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
Hello I m having a string type variable consisting values in sequence like 1,4,7,9 so how the value can be retrieve one by one to pass it to one function say DoThis(value) Any help would be highly appreaciated. Thanks.
Use Split function to split the string by "commas". convert the resultant array into integer and pass them to the function.
Regards, Arun Kumar.A
-
Hello I m having a string type variable consisting values in sequence like 1,4,7,9 so how the value can be retrieve one by one to pass it to one function say DoThis(value) Any help would be highly appreaciated. Thanks.
Hey, name the subject as the correct wording. Don't post with the subject as Urgent. Try as Arun Kumar Said it will work fine.
Regards, Satips.