LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Boolean array for letter

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

 

 

0 Kudos
Message 1 of 4
(2,078 Views)

Hi Mathias,

 

use a loop when you want to get an array for each ASCII char:

check.png

 

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"?)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,074 Views)

@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?

0 Kudos
Message 3 of 4
(2,057 Views)

Do you mean a Boolean array representing the shape of each letter of the alphabet?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 4 of 4
(2,014 Views)