Difference between revisions of "Component: Dashboard Text (Runtime Tools)"
From Flowcode Help
Jump to navigationJump to search| Line 20: | Line 20: | ||
| ==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
| Line 36: | Line 38: | ||
| ==Examples== | ==Examples== | ||
| + | |||
| + | |||
| Line 53: | Line 57: | ||
| − | == | + | ==Macro reference== | 
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
Revision as of 14:10, 20 January 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 for the component source code: FC_Comp_Source_Dashboard_Text.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
|   | Clear | 
| Remove all text from the display. | |
|  - VOID | Return | 
|   | PrintString | 
| Add the given text to the display immediately after the most recent character and without beginning a new line. | |
|  - STRING | Text | 
| The text to add to the display. | |
|  - VOID | 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. | |
|  - FLOAT | Number | 
|  - BYTE | Places | 
|  - VOID | Return | 
|   | PrintLine | 
| DIsplay the given string on a new line. If the display is full, it will scroll upwards to make space. | |
|  - STRING | Text | 
| The text to add to the display. | |
|  - VOID | Return | 








