blah blah blah is here! blah blah » Close

1
votes
1 answers

foreach trough an enum sort by name not by value

Hellow I couldn't find a search function so I do not know if my question's allready answered I can step trough a nummerated enum like: [code] public enum myEnum { STATUS_A = 2, STATUS_B = ...

0
votes
2 answers

How to sort this?

AK01
15

Hi! A have an associative massive... something like "green" => 5 "red" => 3 "yellow" => 1 "brown" => 4 "orange" => 2 I need to sort it by the second value, i.e.: ...

Feedback