Search found 3 matches

by dave
Mon Oct 09, 2006 4:43 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: saving
Replies: 3
Views: 6647

REPLY

ACTUALLY IT ISNT a home work assignment were still on random slow school
im trying to make a game and when you sign it it looks for the file and if you dont sign in right then it says the custom error message
by dave
Mon Oct 09, 2006 4:37 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: ARRAYS
Replies: 3
Views: 8105

ARRAYS

i have this code: INPUT "Total contestants";c FOR T = 1 TO C INPUT "NAME";NAME$ INPUT "TICKETS";T NEXT T NOW WHAT I NEED TO KNOW WHAT TO DO IS HOW ASSIGN THE NAME AND TICKETS TO DIFFERENT VARIABLES FOR WHEN IT GOES AROUND THE LOOP SO WHEN T = 1 IT WILL ASSIGN NAME$ AND ...
by dave
Wed Oct 04, 2006 10:59 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: saving
Replies: 3
Views: 6647

saving

how can i make a program that when a preson enter a name it will look for a file ina cretain location and then read several variables from it and then how can i save that file whenchanges are made to the variables? i also need it to print a custom message if the file was not found not like "fil...