![]() |
Forum Index : Microcontroller and PC projects : Colour Maximite Music
Author | Message | ||||
TASMA Newbie ![]() Joined: 30/11/2011 Location: AustraliaPosts: 10 |
Hi, I downloaded the music demo program, but cannot get it to run, only get error message,"Incorrect expression syntax". I did copy T1, T2,T3 to A Drive. Any suggestions. Regards Brian |
||||
TassyJim![]() Guru ![]() Joined: 07/08/2011 Location: AustraliaPosts: 6271 |
Where did you download the program from? What version of MMBasic are you running? The error message should also give the line number which the error occurred on. Jim VK7JH MMedit |
||||
TASMA Newbie ![]() Joined: 30/11/2011 Location: AustraliaPosts: 10 |
Hi Jim, I downoaded the programme from Geoff's website and I am using 4.1 version, the line number was [13] OPEN "A:T" + CHR$(48 +i) ".MOD" For Input As # "" Regards Brian |
||||
TassyJim![]() Guru ![]() Joined: 07/08/2011 Location: AustraliaPosts: 6271 |
OK That line should read Open "A:T" + Chr$(48 + i) + ".Mod" For input As #1 In the file I looked at it ended in #1"" which 'might' work but in the line you have the missing file number is the problem which caused the "Incorrect expression syntax". Jim VK7JH MMedit |
||||
TASMA Newbie ![]() Joined: 30/11/2011 Location: AustraliaPosts: 10 |
Hi Jim, Thanks very much, that fixed the problem. Regards Brian |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |