LostInQBasic
04-01-2003, 10:35 PM
This is part of my site (http://www.geocities.com/jaymz_conn/QBasic.html) . It shows the current QBasic program I am working on. Now I recieve a syntax error on my second READ Statement and I have no idea why:confused: . Any help would be massively appreciated.
1 problem is that you have a comma in your third data statement
where probably it should be a period. this makes the data
statements out of whack after that trying to read a string as
a numeric and vice versa.
DATA "119000", "Sam's Club", "Southern", 327,28,50
probably should be
DATA "119000", "Sam's Club", "Southern", 327,28.50
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.