|
-
January 21st, 2009, 11:20 AM
#1
Two statements I don't understand
I recently visited this MSDN page:
http://msdn.microsoft.com/en-us/library/6x627e5f.aspx
Found this code:
For i As Integer = 0 To TestArray.Length - 1
If TestArray(i) <> "" Then
LastNonEmpty += 1
TestArray(LastNonEmpty) = TestArray(i)
End If
Next
I don't understand the statements:
TestArray.Length
and the statements:
LastNonEmpty += 1
Any help!
-
January 21st, 2009, 11:38 AM
#2
Re: Two statements I don't understand
These are VB.Net codes, not VB6
Marketing our skills - please participate in the survey and share your insights
-
-
January 21st, 2009, 11:55 AM
#3
Re: Two statements I don't understand
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|