Subj : Door Scores...
To   : Android8675
From : echicken
Date : Thu Apr 12 2018 12:57 pm

 Re: Door Scores...
 By: Android8675 to echicken on Thu Apr 12 2018 09:02:01

An> OK, that resolved that problem, but it seems that the internal code read
An> is case sensitive. For example if the INI file contains:

An> ZORKI = filename

An> that won't work, but

An> zorki = filename

I remember hearing that it's supposed to be case-insensitive or uppercase, but
there seems to be some inconsistency.  When I dump a list of all internal codes
for external programs on my system (via JS) they are all lowercase.

An> will work. That just something I have to make a note about?

Might be easiest to write a script to dump information on your external
programs so you'll know what to put in the ini file.  You can put this in a
file and run it via jsexec:

xtrn_area.sec_list.forEach(
   function (e) {
       writeln(e.name + ', ' + e.code);
       e.prog_list.forEach(
           function (ee) {
               writeln('\t' + ee.name + ', ' + ee.code);
           }
       );
   }
);

---
echicken
electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230
� Synchronet � electronic chicken bbs - bbs.electronicchicken.com