Jump to content

String Constant: Difference between revisions

From LabVIEW Wiki
mNo edit summary
mNo edit summary
Line 2: Line 2:


{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/String{{!}}String palette|type=constant|icon=String Palette - String Constant.png}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/String{{!}}String palette|type=constant|icon=String Palette - String Constant.png}}
Use the ''String''' constant to supply a constant text string to the block diagram.
Use the '''String''' constant to supply a constant text string to the block diagram.
== Usage ==
== Usage ==
{{ambox|text=Specific use cases for this function.}}
{{ambox|text=Specific use cases for this function.}}
Line 27: Line 27:
== External Links ==
== External Links ==
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}
[[Category:String Palette]]


[[Category:String Palette]]
[[Category:String Palette]]

Revision as of 18:03, 20 July 2020

Object information
Owning palette(s) String palette
Type Constant
Requires Basic Development Environment
Icon

Use the String constant to supply a constant text string to the block diagram.

Usage

Best practice

Tips and tricks

  • Press Shift+Return to enable text wrapping at the current cursor position. Note that the string constant will stop growing horizontally when wrapping is enabled. The constant will instead start growing vertically. Press Shift+Return again, to prevent the string constant from growing further. A vertical scroll bar will appear if the text doesn't fit.
  • Drop a VI onto a string constant to insert the VI name.


History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links