Search

Friday, October 16, 2020

Making Scratch Projects :: Help With Scripts :: Upper and Lowercase Letters

CValeske : Hi! I really need help on this because I'm trying to make a decoder. My code looks something like this;
if <(letter (myvariable) of (answer)) = [a]> then 
add [z] to [mylist]


else
if <(letter (myvariable) of (answer)) = [a]> then



else
(etc...)
end

I have this code for both upper and lowercase letters, and I have no way to differentiate those letters (a, A, etc.)

If anyone has tips, that would be great!
-CValeske

from Latest posts on Help With Scripts https://ift.tt/3k1vJPb

No comments:

Post a Comment