I would like to know if it is possible for the <[]=[]> blocks to recognise the difference between uppercase and lowercase letters?
I have just tried it and it appears not. Could anyone advise me on another way of doing it?? (without hacking as I am planning an upload)
Last edited by GraemeK (2011-03-26 20:20:31)
Offline
The only blocks that have case recognition are the two < and > blocks, so I imagine you could somehow make use of those to sense the case!
Offline
LS97 wrote:
The only blocks that have case recognition are the two < and > blocks, so I imagine you could somehow make use of those to sense the case!
They aren't case sensitive either...
Try this:
[blocks]<say[ look at these ]for( 2 )secs>
<say[ [letter1] ]for( 1 )secs>
<say[ [letter2] ]for( 1 )secs>
<ask[ Were they the same? (true/false) ]>[/blocks]
That's the only thing I can think of, but you have to trust the user.
Offline
There is a way!
Make 1 list A-Z (Caps)
make another a-z (Lowercase)
and a final (special characters and numbers)
now use the <list | | contains | |> block to work out which list its under and then get the case!
Offline
will that (^^) work!?
It's very neat and professional. Let me test it
Works! Hats off, JD1!
Last edited by LS97 (2011-03-28 15:08:56)
Offline