Counter/Timer

cancel
Showing results for 
Search instead for 
Did you mean: 

tab constant ?

Solved!
Go to solution

under strings what is the diff b/w 

 

Tab const 

 

line feed const

 

carriage constant 

 

end of line constant

 

if possible explain with a small example please

0 Kudos
Message 1 of 3
(5,413 Views)
Solution
Accepted by topic author Nagaa

These are just replacements for writing ASCII codes. For instance, If you want to write some text, and you want to input :

 

A Tab space ( \t ) : you use TAB constant

New Line ( \n ) : you use LINE FEED constant

Carriage or Enter ( \r ) : you use CARRIAGE constant

End of line ( \r\n ) : you use END OF LINE constant

Regards,

Sahil Singla
Applications Engineer | National Instruments

(Give Kudos to good Answers and Mark it as a Solution if your problem is Solved)
0 Kudos
Message 2 of 3
(5,409 Views)

Thank u sir

 

 

Best regards

 

nagaraja

 

INDIA

0 Kudos
Message 3 of 3
(5,403 Views)