キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

how to add string elements to an array?

I want to add string elements to an array by typing them in-for example if I type in "blue" first and it adds the first element, then I type in "red" and then array is "blue, red", etc. Thanks in advance

0 件の賞賛
メッセージ1/3
3,358件の閲覧回数

Build array, and possibly Array to Spreadsheet string, should solve this (depending on if you want to watch it as an array of a comma separated text as you wrote).

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 件の賞賛
メッセージ2/3
3,339件の閲覧回数

Just to give you the basic idea:

 

Build String Array.png

 

You'd probably want to add some sort of input validation, check for an empty string, etc.

 

Andy

メッセージ3/3
3,337件の閲覧回数