PDA

View Full Version : BASIC question


thegooddale
12-29-2006, 06:48 AM
Hi, I'm learning BASIC at the moment and I was wondering if it is possible to write a program in BASIC that can communicate and send commands to another program (also written in BASIC) over a LAN.

I've googled for a bit, but I can't seem to find any info as to whether it's possible to do simple network communication via the BASIC language.

Cheers.

nikkiH
12-29-2006, 03:13 PM
What version of BASIC? That's a pretty old language.
Visual Basic 4, 5, 6, .net, QBASIC ...?

xconspirisist
12-30-2006, 04:46 AM
Barely any versions of basic have any networking capability, with the exception of Visual Basic.

Unless you have to use a version of BASIC, I suggest you look into java or python.