Discuss Scratch
- Coder24
-
39 posts
Case Sensitive Equals Block
This is a pretty straight-forward suggestion. Scratch is definitely missing case sensitive functionality even though it is still possible with a lot of complicated code. This would really make things like encoders and decoders a lot more simple and comprehensive.
Thanks,
Coder24
Thanks,
Coder24
- DaSpudLord
-
1000+ posts
Case Sensitive Equals Block
I'm not going to support, but I also can't say no support…
- Gaza101
-
500+ posts
Case Sensitive Equals Block
Support; how about:
<[Aa] is exactly [Aa] :: operators>
Then semi-support. I'm not going to support, but I also can't say no support…
Last edited by Gaza101 (June 19, 2015 21:14:32)
- MathlyCat
-
1000+ posts
Case Sensitive Equals Block
Is this a joke? Because he literally states it would make Cloud Listing easier!? No support, because it seems useless.
Total support for the exactly operator
- DaSpudLord
-
1000+ posts
Case Sensitive Equals Block
Support for this, alongside the current Support; how about:<[Aa] is exactly [Aa] :: operators>
<[] = []>block.
- CatsUnited
-
1000+ posts
Case Sensitive Equals Block
Support for updating the equals block or add the exactly block.
- TheHockeyist
-
1000+ posts
Case Sensitive Equals Block
This. What happens with numbers, though?Support for updating the equals block or add the exactly block.
- DaSpudLord
-
1000+ posts
Case Sensitive Equals Block
Hm. I think that exact, number-for-number copies should be true, but stuff like <01 is exactly 1> would be false.This. What happens with numbers, though?Support for updating the equals block or add the exactly block.
Last edited by DaSpudLord (June 20, 2015 03:34:17)
- scrooge200
-
1000+ posts
Case Sensitive Equals Block
We already have an “equals” block, so adding a new one would if useless. I also don't understand, are you asking for something like this?
<caps lock on?::sensing>
- DaSpudLord
-
1000+ posts
Case Sensitive Equals Block
That's not at all what we're suggesting. Here, I'll explain. You know how the current equals block isn't case sensitive? For example… We already have an “equals” block, so adding a new one would if useless. I also don't understand, are you asking for something like this?<caps lock on?::sensing>
<[A] = [a]> //This reports as true, even though the letters are different cases.We're suggesting a block like the equals block, except it would be case sensitive-
<[Goodbye] = [goodBye]>//This also reports as true.
<[A] is exactly [a]::operators>//Would report as false because the case doesn't match.
<[Goodbye] is exactly [goodBye]::operators>//Would also report as false.
<[Goodbye] is exactly [Goodbye]::operators>//Would report as true because the case matches.
Last edited by DaSpudLord (June 20, 2015 05:27:37)
- stickfiregames
-
1000+ posts
Case Sensitive Equals Block
Support to add a new block, no support to update the existing one because it would break existing projects.
- ElectroElectro2004
-
100+ posts
Case Sensitive Equals Block
Semi-support. It could be workarounded, like you said, but can also help. How about next to each string, a switch for case sensitive?
- 19f8361
-
500+ posts
Case Sensitive Equals Block
Semi-support. It could be workarounded, like you said, but can also help. How about next to each string, a switch for case sensitive?
umm… there is no workaround, i support.
- DaSpudLord
-
1000+ posts
Case Sensitive Equals Block
Actually there is, but it's kinda complicated. Try searching for it.Semi-support. It could be workarounded, like you said, but can also help. How about next to each string, a switch for case sensitive?
umm… there is no workaround, i support.
- Voltalent
-
1 post
Case Sensitive Equals Block
Support!
I ran into this while building a game which will help my students learn to type passwords correctly…
I ran into this while building a game which will help my students learn to type passwords correctly…
- Pezd
-
100+ posts
Case Sensitive Equals Block
I support the
<[] is exactely []:: operators>block. Although I definitely do not support the updating of the
<[] = []>block. Mabye a block like this could work.
<letter () of [] is [ v]:: operators>And the pulldown contains ‘uppercase’ and ‘lowercase.’
- miniepicness
-
1000+ posts
Case Sensitive Equals Block
I support the exactly, nowhere near supporting updating the equals though