View previous topic :: View next topic |
Author |
Message |
tara87
Joined: 24 Aug 2011 Posts: 2
|
Posted: Wed Aug 24, 2011 11:36 am Post subject: error775-more than one main program encountered |
|
|
when I add subroutines at the end of the program ,i will see this error !
my program has many subroutines and i put them at the end of the program before (end program..) and after contains.
why this error occur and what should i do? |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8211 Location: Salford, UK
|
Posted: Wed Aug 24, 2011 1:54 pm Post subject: |
|
|
This is just a programming error.
Probably a mis-matched END of some kind. |
|
Back to top |
|
 |
|