DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CSHARP
c# loop through array
for
(
int
i
=
0
;
i
<
theData
.
Length
-
2
;
i
+=
3
)
{
// use theData[i], theData[i+1], theData[i+2]
}
PREVIOUS
NEXT
Tagged:
#loop
#array
ADD COMMENT
Topic
COMMENT
Name
4+1 =
Submit