Message base configuration now stored in page 99999 of zone

This commit is contained in:
2024-12-19 17:52:35 +07:00
parent 8cd978f76e
commit 018ee63853
3 changed files with 122 additions and 27 deletions

View File

@@ -12,6 +12,9 @@ if (argv.length !== 1) {
var ma = new MsgAreas();
var area = ma.getArea(argv[0]);
if (area === undefined)
throw Error('Area:'+argv[0]+' is not defined.');
writeln('Opening ['+argv[0]+'] - ('+area.code+')');
var msgbase = area.msgbase;