array of strings

Discussion in 'ASP.NET / ASP.NET Core' started by nature, Dec 18, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. How do I get just a specific item in an arrary of strings?
    Dim pics As String() = Directory.GetFiles(subdirectory, "*.jpg")

    I don't want to loop thru all of them with For Each strFullPicture In pics but I just want a specific one.

    thanks much!
     
  2. You want a specific one? How do you know which one?
    /emoticons/burger.gif
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page