Difference between revisions of "Component: Dashboard Text (Runtime Tools)"
From Flowcode Help
Jump to navigationJump to search| Line 16: | Line 16: | ||
==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
| Line 24: | Line 26: | ||
==Examples== | ==Examples== | ||
| + | |||
| + | |||
| Line 74: | Line 78: | ||
|- | |- | ||
|- | |- | ||
| − | | width="10%" align="center" | [[File:]] - | + | | width="10%" align="center" | [[File:Fc9-f32-icon.png]] - FLOAT |
| width="90%" | Number | | width="90%" | Number | ||
|- | |- | ||
Revision as of 13:27, 17 November 2021
| Author | Matrix Ltd |
| Version | 1.1 |
| Category | Runtime Tools |
Contents
Dashboard Text component
A simulation only text box that can be used to display text and numbers.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
| Clear | |
| Remove all text from the display. | |
| Return | |
| PrintString | |
| Add the given text to the display immediately after the most recent character and without beginning a new line. | |
| Text | |
| The text to add to the display. | |
| Return | |
| PrintNumber | |
| Write the given number to the display. It will be placed immediately after the last character on the display without beginning a new line. | |
| Number | |
| Places | |
| Return | |
| PrintLine | |
| DIsplay the given string on a new line. If the display is full, it will scroll upwards to make space. | |
| Text | |
| The text to add to the display. | |
| Return | |