Inter-Program Data Sharing Demo: 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.

23 January 2023

6 October 2022

  • curprev 21:1521:15, 6 October 2022RhoSigma talk contribs 1,619 bytes +1,619 Created page with "Your programs can communicate with each other using a TCP/IP connection, One as host and the other as a client. The following program demonstrates how to transfer data from one program to another program running simultaneously. ''Preparation'': Copy the following code to two modules with different names. Start both programs and watch how data is transferred. {{CodeStart}} SCREEN _NEWIMAGE(512, 512, 256) DIM a(511, 511) AS INTEGER 'an array we'll send x = {{Cl|_OPE..."