Thank you so much,
I got it, this realy works.
Private Sub Button1_Click Handles Button1.Click
Dim arr() As String = {"", "Kill", "Zav", "SAV", "Jan"}
AddTitle(arr)
End Sub
Private Sub AddTitle(ByRef arr() As String)
Dim add As String = ("Sir. ")
...
User Profile
Collapse
-
Hi,
I did try and Its still not working, I can not get it to display anything in the listbox, Thank you for your help.
:confused:
Private Sub Button1_Click(. .....ByVal e ....) Handles Button1.Click
Dim List() As String = {"", "Kill", "Zav", "SAV", "Jan"}
ListBox1.Items. Clear()
ListBox1.Items. Add(AddTitle)
...Leave a comment:
-
Add prefix to arry of string
Hello,
I'm new to VB, and I realy don't get the arrays. I have to write a program that takes an arry of string as a parameter and adds "sir" to each string. I need to use "get upper bound."
Can anyone help? I'm desperate, I tried eveything and nothing works.
No activity results to display
Show More
Leave a comment: