Results 1 to 6 of 6

Thread: {RESOLVED} Declaring Array in C#...

Threaded View

  1. #1

    Thread Starter
    Fanatic Member Wen Lie's Avatar
    Join Date
    Jul 1999
    Location
    Singapore
    Posts
    524

    Resolved {RESOLVED} Declaring Array in C#...

    Hello...

    I'm confusing on how to declare array variable in C#...
    In VB, I used as below :
    Code:
    Dim myArray(10) as String
    Dim iL as Byte
    
    for iL = 0 to 9
        myArray(iL) = iL
    next iL
    how should I do the above code in C# ?

    Regards,
    ~WJ~
    Last edited by Wen Lie; Jul 20th, 2007 at 09:30 AM. Reason: Resolved....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width