8 Replies
Well,
processes
is a multidimensional array
The length of a multidimensional array is it's total length
14 in your caseoh what
what do i have to do to make it work?
replace the proccesses.length with 14?
but i dont want 14 values i just want it to print out all the second values from each thing
.GetLength(x)
will get you the length of the x
th dimensionim not sure what to do to make mine work ;-;
Angius
REPL Result: Success
Console Output
Compile: 450.482ms | Execution: 57.090ms | React with ❌ to remove this embed.
Here, fixed
You want to iterate over the 0th dimension while keeping the 1st constant, at
1
If so, then loop until .GetLength(0)
not until .Length
ohhhhhhhhhhhhhhh i SEE
ok it works now, i totally understand
thank you!!
Nice
Anytime