-
problem
From
Hax0r@VERT/HAX0RQWK to
All on Sat Jul 21 08:16:00 2001
Ok, so i have the following line of baja which seems to be problematic...ããprintfile "%ZMENU\SYSINFO.ANS" P_NOABORT|P_OPENCLOSEããwhen i try to run the module, i get the following error:ã--------------------------------------------------------ãFile not found.ãc:\sbbs\text\MENU\SYSINFO.ANS .0|.3ã--------------------------------------------------------ããIf i take off the modifiers (P_NOABORT|P_OPENCLOSE), it works just fine... so ãi'm not quite sure why its bitching otherwise.ããããã---ã þ Synchronet þ .. hax0r's palace .. you've just been hax0r'd ..ã
-
From
Digital Man@VERT to
Hax0r on Sat Jul 21 06:48:01 2001
RE: problemãBY: Hax0r to All on Sat Jul 21 2001 03:16 pmãã > Ok, so i have the following line of baja which seems to be problematic...ã > ã > printfile "%ZMENU\SYSINFO.ANS" P_NOABORT|P_OPENCLOSEã > ã > when i try to run the module, i get the following error:ã > --------------------------------------------------------ã > File not found.ã > c:\sbbs\text\MENU\SYSINFO.ANS .0|.3ã > --------------------------------------------------------ã > ã > If i take off the modifiers (P_NOABORT|P_OPENCLOSE), it works just fine... sã > i'm not quite sure why its bitching otherwise.ããIt's a bug in the compiler. Use a str var for the path instead and it shouldãwork fine.ãã-Robã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
-
From
Hax0r@VERT/HAX0RQWK to
Digital Man on Sat Jul 21 10:50:00 2001
RE: problemãBY: Digital Man to Hax0r on Sat Jul 21 2001 01:48 pmãã > It's a bug in the compiler. Use a str var for the path instead and it shoulã > work fine.ããis it something thats goings to get fixed at some point in time, or will this ãbe a permanent issue?ãããã---ã þ Synchronet þ .. hax0r's palace .. you've just been hax0r'd ..ã
-
From
Digital Man@VERT to
Hax0r on Sat Jul 21 18:55:38 2001
RE: problemãBY: Hax0r to Digital Man on Sat Jul 21 2001 05:50 pmãã > > It's a bug in the compiler. Use a str var for the path instead and it shoã > > work fine.ã > ã > is it something thats goings to get fixed at some point in time, or will thiã > be a permanent issue?ããIt's currently pretty low priority since you can just use a variable as aãwork-around.ãã-Robã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã