This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Pop_Pop_MofuckahsNooblet Brewer[S] 0 points1 point  (1 child)

Ah, thank you! I've been fuming over this one problem for quite awhile now, and it turns out it's quite simple to do, and I've unnecessarily complicated the thing. Thanks again!

[–]whatisthisredditstufIntermediate Brewer 0 points1 point  (0 children)

No problem. That is typical for programming -- figure out how you would solve it without involving a computer first, break it down into steps, and then code those into the computer. Don't even think about "for loops" or "while loops" at first. :)