ve> Gives line 16:SyntaxError (which is the else line). Else is not indented
ve> and at the margin inline with IF. Indenting also give the same error. In
If you have more than one line in an 'if', 'while', etc., they need to be within curly braces, which may explain that error. For example:
if(confirm("Are you using a BBC Micro Mode 7 terminal"))
{
user.lang = "bbcmicro";
user.settings &= ~USER_AUTOTERM | USER_ANSI | USER_RIP | USER_WIP |
USER_HTML | USER_PETSCII | USER_UTF8;
user.settings &= ~USER_EXASCII;
}
else
user.lang = "";
Nightfox
---
� Synchronet � Digital Distortion: digitaldistortionbbs.com