Text
Output of the local and global text blocks saved on menu Tables|Libraries| Text blocks.
| Syntax | #(Keyword, Parameter 1, Parameter 2, Parameter 3, Parameter 4) |
|---|---|
| Keyword | Text |
| Parameter 1 | Text block name |
| Parameter 2 | Default text if no text block (Parameter 1) exists |
| Parameter 3 | Prefix, if Parameter 1 exists |
| Parameter 4 | Suffix, if Parameter 1 exists |
| Example | Comment |
| #(Text, PI_AUTHOR,, „Author: “) | output of the text saved in a text block named "PI_AUTHOR" (menu File|Project-Info). In front of the text is written „Author: „. Result: Author: John Sample |
| #(Text, CALC_TIME) | for PlotDesigner only: displays all text from text block CALC_TIME |
| #(Text, CALC_TIME,,,, Points) | for PlotDesigner only: displays the variable "Points" of text block CALC_TIME |
| #(Text, NameTextBlock) | exports/prints the text block „NameTextBlock“ |
| #(Text, NameTextBlock,,,, var) | exports/prints the variable „var“ of text block „NameTextBlock“ |