- Points
- 481
- Digest
- 0
- R.P.
- 30
- Joined
- 2011-6-27
- Last visit
- 2012-11-30
- Posts
- 91
 
|
If a random character is typed into the code, for example:
var a = 0; g
where g is the mis-typed random character that does not belong there; Could we please get a notification in the compile process that this was a compile time error?? Currently it compiles just fine and crashes at that point of the code when it is being run, and one has to spend hours looking for a random character in all of the code. Would be REALLY helpful.
Thank you.
|
|