All public logs
Jump to navigation
Jump to search
Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:15, 6 October 2022 RhoSigma talk contribs created page Inter-Program Data Sharing Demo (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...")