Door Games Unlimited

Welcome, Guest.


Subject: Re: recursion errors Date: Mon Dec 30 2013 08:06:41
From: Nightfox To: Rastus

  Re: Re: recursion errors
  By: Rastus to Nightfox on Sun Dec 29 2013 23:16:40

 > Ra>> !JavaScript  /sbbs/exec/SlyEdit.js line 1: unknown (can't convert
 > Ra>> to string)

 >> I'm not sure about that one..  Line 1 of SlyEdit.js is a comment, so
 >> the JavaScript interpreteer should simply ignore it.  I'm not sure why
 >> it's giving you an error there.

 Ra> No it's not a comment, it is the error message as output by Synchronet to

That error is reporting an error on line 1 of SlyEdit.js - and line 1 of
SlyEdit.js is indeed a comment.  This is line 1 of SlyEdit.js:
/* This is a text editor for Synchronet designed to mimic the look & feel of
So I'm not sure why it's getting that error on a comment in the JavaScript
source.

 Ra> This works:
 Ra> (Level 0) Baja Main Menu -->
 Ra> (Level 1)DOOR_Menu.js --> (Level 2) L169_Menu.js --> (Level 3)
 Ra> EXT_Prog_ID (the above works but ONLY if Level3 is NOT a JavaScript
 Ra> Program)

 Ra> This does not:
 Ra> (Level 0) Baja Main Menu -->
 Ra> (Level 1)DOOR_Menu.js --> (Level 2) L169_Menu.js --> (Level 3)
 Ra> AnyOther.js 

 Ra> !JavaScript  /sbbs/exec/L169_Menu.js line 206: too much recursion

That's odd.  But if you could post the code from L169_Menu.js around line 206,
that might help us see what's going on.

Nightfox

---
 ■ Synchronet ■ Digital Distortion BBS - digitaldistortionbbs.com

Previous Message       Next Message
In Reply To: Re: recursion errors (Rastus)