Component: Dashboard Text (Runtime Tools)
From Flowcode Help
(Redirected from Component: ID 7ade85db 6ca2 48bf b19c 8148ebda497b)
Jump to navigationJump to search| 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_Dashboard_Text.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_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. | |
|  - VOID | Return | 
PrintLine
|   | 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 | 
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. | |
|  - FLOAT | Number | 
|  - BYTE | Places | 
|  - VOID | Return | 
PrintString
|   | 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 | 








