Search found 1 match

by ScottBeebiWan
Fri May 06, 2016 11:19 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Am I being stupid or not? (Illegal Function on GET)
Replies: 1
Views: 6988

Am I being stupid or not? (Illegal Function on GET)

Sorry, but I'm not completely sure what the problem is. So, here's the error: Illegal function call *highlights line #17* here's the QB version: MS-DOS QBasic Version 1.1 Copyright (C) Microsoft Corporation, 1987-1992. and, here's the code: SCREEN 1 CLS FOR y = 1 TO 5 FOR x = 1 TO 36 READ z PSET (x ...