Difference between revisions of "Component: Dashboard Text (Runtime Tools)"
From Flowcode Help
Jump to navigationJump to search| Line 73: | Line 73: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
| + | |||
| + | |||
| Line 157: | Line 159: | ||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
| − | |||
| − | |||
Revision as of 12:19, 3 February 2023
| 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.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_temp/Dashboard_Text.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_temp/Dashboard_Text.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
Clear
| Clear | |
| Remove all text from the display. | |
| Return | |
PrintLine
| 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 | |
PrintNumber
| 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 | |
PrintString
| 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 | |