Why is there no easy way to say in a for-each loop
if key == "" do this to value?
That seems like such a basic, but necessary bit to have. This would be done in 8 lines of php and an associative array. I'm trying not to hate Construct, but it's hard. Such simple things should not be so hard to figure out, or left out. They're important.
Why would you want to loop through something only to do something with EVERY key, when almost EVERYONE, is going to want to do something with specific keys?
can someone help me with this?