取消
显示结果 
搜索替代 
您的意思是: 

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 项奖励
1 条消息(共 4 条)
2,787 次查看

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 项奖励
2 条消息(共 4 条)
2,783 次查看

@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 项奖励
3 条消息(共 4 条)
2,766 次查看

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 项奖励
4 条消息(共 4 条)
2,723 次查看