Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ZX Basic 1.4 (beta) is out
#18
Please, Ardencret, download 1.4.0s1853
It now includes soporte for Spectranet but the syntax is not the same as BASIC. As an example:
Code:
#include <spectranet.bas>

10 LET mpoint = 0 : REM 0..3
20 SNETmount(mpoint, "tnfs", "192.168.1.100", "", "", "")
30 LET f = SNETfopen(mpoint, "screen.bin", "r")
40 SNETfread(f, 16384, 2048)
50 SNETfclose(f)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)