LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

string

hello,

 

Looking for 2 advices about string and array of string , cluster or other

 

1) Is there a way to limit text zone to only the size on string command 

ie : for the moment my text zone has  for exemple a size of 65 pt that allow to type number with this format nnnn.nnn

the problem is when user type nnn.nnnnnnnn  the he does see the begin anymore   more over i don't want text to shift on left ....

 

2)  is there a propoerty to set to allow the use of enter key or other key to make an array of anything to go to next line or is it my own

to code event like that ?   and if i use a multicol list ?

 

Regards

 

Tinnitus

 

 

 

 

 

 

 

CLAD / Labview 2011, Win Xp
------------------------------------------------------
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail

Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte
0 Kudos
Message 1 of 4
(2,223 Views)

Please use a more descriptive title than "string". For all I know, you could have been talking about super-string theory.

 

As for your questions:

 

(1) This has been asked more times than I care to count. I'm not going to bother giving you the options. You're more than capable of performing a simple search to find the answers that have been provided.

 

(2) There is no property to do this for arrays. You have to program it yourself. You could use a multicolumn listbox for this.

0 Kudos
Message 2 of 4
(2,216 Views)

                                    _ _ _ _ _ _ 

yes or tanga theory             \    /

                                          \_/

 

 

1) yes but thing can evolve and there could have a property to do this

 

2) same with array,   do you mean i can code the same with multicol list or list box has property i didn't see ?

 

 

Regards

 

 

 

 

CLAD / Labview 2011, Win Xp
------------------------------------------------------
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail

Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte
0 Kudos
Message 3 of 4
(2,202 Views)

@tinnitus wrote:

 

1) yes but thing can evolve and there could have a property to do this


http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Fixed-length-string-datatype/idi-p/1033996

http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Option-to-Limit-the-Number-of-Characters-in-a-String-C...

http://forums.ni.com/t5/LabVIEW-Idea-Exchange/String-Input-Element-with-specified-length/idi-p/15533...

 


2) same with array,   do you mean i can code the same with multicol list or list box has property i didn't see ?

Sorry. Meant to say a table control.

0 Kudos
Message 4 of 4
(2,197 Views)