-
poophead156
Hi gsagostinho!
Thanks mate, that is indeed what I was looking for!!
-
poophead156
Hi,
I want to use the range object but sadly it keeps showing the red color around it.
I know they had it in the old PD's, but is there a replacement for it?Greet,
P
-
poophead156
@gsagostinho thanks mate! helped me out a lot, for some reason I can't upvote you =/.
Edit: oh nvm!
-
poophead156
Hi,
I've got this weird problem where I want to fill my array from 0-2 with the numbers that are tapped from my keyboard, but when I run it for the first time it overwrites the first index[0] 2 times before it goes to index[1]. But when I did it one time it runs normally, which is the weirdest part. I think it has something to do with my float because when the float = 0 it's at index[2].
-
-
poophead156
Hi Right now I have 2 "==" statements but when I click bang it just ignores the "==" statements and just goes through the code after it? What am I doing wrong??
Like in the picture it should only do the left side but it does both sides.
-
poophead156
Thanks mate, I forgout about this post
The problem was that the array had to be reconstructed because it was already filled in, so I had to put a new one in and run the code over again.
-
poophead156
Hi,
When I try to use shuffle to put some numbers into the array, it shows double in my array.
Anyone have an idea?