Api/netlib.sendstring(): Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 October 2024

13 October 2024

  • curprev 23:5623:56, 13 October 2024Shorun talk contribs 678 bytes +157 No edit summary Tag: Visual edit
  • curprev 23:5623:56, 13 October 2024Shorun talk contribs 521 bytes +521 Created page with "netlib function used to send a string to another system this will first send a regular rednet message with the string "sendstring" so the receiving side knows to expect a string, this is required for a "listen" program that listens for incomming calls. after this the string you include is properly transmitted to the other party. '''usage:''' local temp = netlib.sendstring(client, string) '''output:''' transmits "string" to a netlib capable system,..." Tag: Visual edit