Search found 3 matches

by Pillasaar
Tue Jun 08, 2010 4:02 am
Forum: QBASIC and QB64 Questions & Answers
Topic: "expression too complex" while creating exe - plea
Replies: 4
Views: 7685

That worked!!!!
Thanks a ton!!!!
by Pillasaar
Tue Jun 08, 2010 3:13 am
Forum: QBASIC and QB64 Questions & Answers
Topic: "expression too complex" while creating exe - plea
Replies: 4
Views: 7685

Hello Nixon, My code is pasted below. It is probably the most ugly qbasic code you have seen :roll: All I am trying to do is to find check sum of two lines of data in the file 'data.hex' and add it to the end of the lines. What you said is right, I tried commenting out the line which gave me the err...
by Pillasaar
Mon Jun 07, 2010 3:46 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: "expression too complex" while creating exe - plea
Replies: 4
Views: 7685

"expression too complex" while creating exe - plea

I haven't used quick basic before today, so I might be asking a very silly question here! I wrote this code which is running fine in the QB 4.5 IDE and is doing what it is supposed to do. When I tried to create the exe file it threw this error "expression too complex" in the line: IF line1...