Hello,
I would like to create in a cluster, a Boolean array for each letter of alphabet but I dont know where to start.
Do you have an idea ?
Best Regards,
Mathias
Hi Mathias,
use a loop when you want to get an array for each ASCII char:
create in a cluster, a Boolean array for each letter of alphabet
Can you give an example for that cluster? What's the exact datatype of that cluster?
(Are you related to this thread about "morse codes"?)
@mathias19100 wrote:I would like to create in a cluster, a Boolean array for each letter of alphabet but I dont know where to start.
As a first step, define the problem better.
What's the purpose and desired structure of the cluster?
Just the letters or also other characters?
Uppercase? Lowercase? Both?
What should be the purpose of the Boolean arrays? All empty arrays? Different for each letter? Any specific pattern?
Personally, I recommend to start with an empty diagram and go from there. How far did you get?
Do you mean a Boolean array representing the shape of each letter of the alphabet?