// BEGIN_INCLUDE
#include "Code File.dm"
// END_INCLUDE
Problem description:
when i try to compile this error comes up saying the error is in the code above.
Whats wrong?
dme:15: unterminated text (expecting ")
ID:145657
Jan 25 2006, 4:41 am
|
|
Code:
// BEGIN_INCLUDE Problem description: when i try to compile this error comes up saying the error is in the code above. Whats wrong? dme:15: unterminated text (expecting ") |
Jan 25 2006, 4:53 am (Edited on Jan 25 2006, 5:28 am)
|
|
When that happens, it is usually because the error is actually at the end of the file it is pointing to there. Your problem is probably at the bottom of the Code File.dm, where it sounds like you have a text string that you forgot to put quotes at the end of.
|