User Profile

Collapse

Profile Sidebar

Collapse
abfab
abfab
Last Activity: Aug 29 '06, 01:52 AM
Joined: Aug 27 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • abfab
    replied to Add prefix to arry of string
    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. ")
    ...
    See more | Go to post

    Leave a comment:


  • abfab
    replied to Add prefix to arry of string
    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)
    ...
    See more | Go to post

    Leave a comment:


  • abfab
    started a topic Add prefix to arry of string

    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.
    See more | Go to post
No activity results to display
Show More
Working...