Difference between revisions of "Manual:DIL Manual/sendtext()"
Jump to navigation
Jump to search
(XML import) |
(XML import) |
||
| Line 1: | Line 1: | ||
| + | <span id="bpsendt"></span> | ||
| + | sendtext( s : string, u : unitptr ) | ||
| + | s : text to send | ||
| + | u : Unit to send the text to | ||
| + | result: Sends the string 's' to 'u'. Useful only for nanny stuff, | ||
| + | because no new line appended. | ||
| − | + | ---~---~---~---~---~---~---~---~--- | |
<span id="bpsendt"></span> | <span id="bpsendt"></span> | ||
sendtext( s : string, u : unitptr ) | sendtext( s : string, u : unitptr ) | ||
Latest revision as of 22:33, 4 December 2025
sendtext( s : string, u : unitptr )
s : text to send
u : Unit to send the text to
result: Sends the string 's' to 'u'. Useful only for nanny stuff,
because no new line appended.
---~---~---~---~---~---~---~---~---
sendtext( s : string, u : unitptr )
s : text to send
u : Unit to send the text to
result: Sends the string 's' to 'u'. Useful only for nanny stuff,
because no new line appended.
---~---~---~---~---~---~---~---~---