Import issue with main file
Monkey Forums/Monkey Programming/Import issue with main file| 
 | ||
| I find that if I try to Import more than 3 files into the main file that I'm executing that sometimes it can't find it.  Even though I rename it or even change it to another file to import for testing.  Anyone else have this issue? | 
| 
 | ||
| File names are case sensitive. Make sure you're not typing them in the wrong case. Other than that I don't know. | 
| 
 | ||
| Never noticed this issue. | 
| 
 | ||
| I did have trouble understanding how to work with imports. Apparently, they should be written in lowercase, even if the filenames of the files I am importing are not. This may be OS dependent, I work on OSX. | 
| 
 | ||
| I always name my files lowercase and use lowercase to import. Seems to work. |