CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Vagelisr

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,062

    Re: Visual studio 2008 - Loop in Array

    Finally is too silly question.....
    Dim i As Integer = DimArr.Length
  2. Replies
    2
    Views
    1,062

    Visual studio 2008 - Loop in Array

    Hi to all!!!!

    I have a parameter field which is of the form "20-100-105"
    I use the commands
    Dim DimArr() As String
    DimArr = Dim_Len.Split("-")
    I want to create a loop to find out how many...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured