Search found 2 matches

by MarkSkits
Sun Jul 16, 2017 5:47 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Sending variables across computers with network (QB64)
Replies: 0
Views: 54362

Sending variables across computers with network (QB64)

I've been working on a game for my brother that would require being over the network. Unfortunately, I cannot figure out how to host a connection, have someone connect, and send string$ over it. Can anyone help?
by MarkSkits
Sat Jun 17, 2017 3:44 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Reading a line from a file and comparing.
Replies: 1
Views: 18051

Reading a line from a file and comparing.

I'm working on an operating environment in QuickBasic 4.5. I need help loading saving and loading from a line of code in a file like example.sys for a password system. Here's what I have the code as so far: ... SETPASS: CLS INPUT "Enter Password you want to set: ",setpass$ INPUT "Conf...