Difference between revisions of "TextDisplay.print"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
		
		
		
		
		
	
 (Created page with "<c>TextDisplay.print</c> prints a given string to this text display, followed by whatever TextDisplay.delimiter contains.   === Arguments ===  {| class="wikitable" |- ! Pa...")  | 
				|||
| Line 1: | Line 1: | ||
<c>TextDisplay.print</c> prints a given string to this text display, followed by whatever  | <c>TextDisplay.print</c> prints a given string to this text display, followed by whatever  | ||
[[TextDisplay.delimiter]] contains.  | [[TextDisplay.delimiter]] contains.  | ||
| − | |||
=== Arguments ===  | === Arguments ===  | ||
Latest revision as of 22:18, 1 April 2020
TextDisplay.print prints a given string to this text display, followed by whatever
TextDisplay.delimiter contains.
Arguments
| Parameter Name | Type | Default Value | Meaning | 
|---|---|---|---|
| s | string | "" | string to print | 
Usage Notes
For the default text display, this is equivalent to print by itself, so calling this as a TextDisplay method is mainly useful when you have set up multiple text displays.
Example
text.print "Hello World!"