• Custome Message Variables

    From Coolmax@VERT/CRESCUE to All on Fri Jan 28 22:45:00 2005
    Hi AllããI've Add this code to my command shellããcmdkey Eã TOGGLE_USER_MISC .19ã COMPARE_USER_MISC UM_EXTDESCã if_trueã CLSã print "\r\nExtended Descriptions Are Now ON\r\n"ã end_cmdã end_ifã CLSã print "\r\nExtended Descriptions Are Now OFF\r\n"ã end_cmd ãããThis toggles the extended list display on/offãIs there a way to have THE ON/OFF Display in the .ASC file..ãSo a custom message variable would be @EXTDISP@ããeg: EXTENDED DISPLAY: @EXTDISP@ãããThanksãCoolmaxãã---ã þ
    Synchronet þ Computer Rescue - cr.savedme.comã
  • From Angus Mcleod@VERT/ANJO to Coolmax on Fri Jan 28 08:30:00 2005
    Re: Custome Message Variablesã By: Coolmax to All on Fri Jan 28 2005 22:45:00ãã > Is there a way to have THE ON/OFF Display in the .ASC file..ã > So a custom message variable would be @EXTDISP@ã > ã > eg: EXTENDED DISPLAY: @EXTDISP@ãããMmmmmmm. Maybe some sort of (a)EXEC:EXTDISP(a) with the EXTDISP module ãchecking and outputting ON/OFF accordingly?ããMight work....ãã----8<----[extdisp.src]----8<----ãã !INCLUDE userdefs.incã COMPARE_USER_MISC UM_EXTDESCã IF_TRUEã PRINT "ON"ã ELSEã PRINT "OFF"ã END_IFãã----8<---------------------8<----ãããEXTENDED DISPLAY: @EXEC:EXTDISP@ããYep -- works here now!ãããã---ã þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBSã
  • From Coolmax@VERT/CRESCUE to Angus Mcleod on Fri Jan 28 23:43:00 2005
    Re: Custome Message Variablesã > By: Coolmax to All on Fri Jan 28 2005 22:45:00ã > ã > > Is there a way to have THE ON/OFF Display in the .ASC file..ã > > So a custom message variable would be @EXTDISP@ã > > ã > > eg: EXTENDED DISPLAY: @EXTDISP@ã > ã > ã > Mmmmmmm. Maybe some sort of (a)EXEC:EXTDISP(a) with the EXTDISP module ã > checking and outputting ON/OFF accordingly?ã > ã > Might work....ã > ã > ----8<----[extdisp.src]----8<----ã > ã > !INCLUDE userdefs.incã > COMPARE_USER_MISC UM_EXTDESCã > IF_TRUEã > PRINT "ON"ã > ELSEã > PRINT "OFF"ã > END_IFã > ã > ----8<---------------------8<----ã > ã > ã > EXTENDED DISPLAY: @EXEC:EXTDISP@ã > ã > Yep -- works here now!ã > ã ãThanks mate... but sometimes im pretty thick when it comes to stuff like this.ãCan ya email me your EXTDISP.SRC ya just madeãor tell me whats in it :)ãã---ã þ Synchronet þ Computer Rescue - cr.savedme.comã
  • From Coolmax@VERT/CRESCUE to Angus Mcleod on Fri Jan 28 23:48:00 2005
    Re: Custome Message Variablesã > By: Coolmax to All on Fri Jan 28 2005 22:45:00ã > ã > > Is there a way to have THE ON/OFF Display in the .ASC file..ã > > So a custom message variable would be @EXTDISP@ã > > ã > > eg: EXTENDED DISPLAY: @EXTDISP@ã > ã > ã > Mmmmmmm. Maybe some sort of (a)EXEC:EXTDISP(a) with the EXTDISP module ã > checking and outputting ON/OFF accordingly?ã > ã > Might work....ã > ã > ----8<----[extdisp.src]----8<----ã > ã > !INCLUDE userdefs.incã > COMPARE_USER_MISC UM_EXTDESCã > IF_TRUEã > PRINT "ON"ã > ELSEã > PRINT "OFF"ã > END_IFã > ã > ----8<---------------------8<----ã > ã > ã > EXTENDED DISPLAY: @EXEC:EXTDISP@ã > ã > Yep -- works here now!ã > ã Dont worry about me... im half asleep..ãI didnt read your message propery :)ããThanks For Your Helpãã---ã þ Synchronet þ Computer Rescue - cr.savedme.comã
  • From Angus Mcleod@VERT/ANJO to Coolmax on Fri Jan 28 15:47:00 2005
    Re: Re: Custome Message Variaã By: Coolmax to Angus Mcleod on Fri Jan 28 2005 23:43:00ãã > > ----8<----[extdisp.src]----8<----ã > >ã > > !INCLUDE userdefs.incã > > COMPARE_USER_MISC UM_EXTDESCã > > IF_TRUEã > > PRINT "ON"ã > > ELSEã > > PRINT "OFF"ã > > END_IFã > >ã > > ----8<---------------------8<----ã > ã > Can ya email me your EXTDISP.SRC ya just made or tell me whats in it :)ããUh......ããããã---ã þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBSã
  • From Coolmax@VERT/CRESCUE to Angus Mcleod on Sat Jan 29 09:38:00 2005
    Re: Re: Custome Message Variaã > By: Coolmax to Angus Mcleod on Fri Jan 28 2005 23:43:00ã > ã > > > ----8<----[extdisp.src]----8<----ã > > >ã > > > !INCLUDE userdefs.incã > > > COMPARE_USER_MISC UM_EXTDESCã > > > IF_TRUEã > > > PRINT "ON"ã > > > ELSEã > > > PRINT "OFF"ã > > > END_IFã > > >ã > > > ----8<---------------------8<----ã > > ã > > Can ya email me your EXTDISP.SRC ya just made or tell me whats in it :)ã > ã > Uh......ã > ã ãYeah sorry, as i said i was half asleep..ãi though the code you wrote was for the command shell script.ãã:) ã ã > ---ã > þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBSãã---ã þ Synchronet þ Computer Rescue - cr.savedme.comã
  • From Digital Man@VERT to Coolmax on Tue Feb 1 00:49:31 2005
    Re: Custome Message Variablesã By: Coolmax to All on Fri Jan 28 2005 10:45 pmãã > Hi Allã > ã > I've Add this code to my command shellã > ã > cmdkey Eã > TOGGLE_USER_MISC .19ã > COMPARE_USER_MISC UM_EXTDESCã > if_trueã > CLSã > print "\r\nExtended Descriptions Are Now ON\r\n"ã > end_cmdã > end_ifã > CLSã > print "\r\nExtended Descriptions Are Now OFF\r\n"ã > end_cmd ã > ã > ã > This toggles the extended list display on/offã > Is there a way to have THE ON/OFF Display in the .ASC file..ã > So a custom message variable would be @EXTDISP@ã > ã > eg: EXTENDED DISPLAY: @EXTDISP@ããI'm not really sure what you're asking. You could display a different .ASC fileãbased on the results of the test (one for yes, and another no). <shrug>ãã digital manããSnapple "Real Fact" #26:ãThe Hawaiian alphabet only has 12 letters.ã---ã þ Synchronet þ Vertrauen þ Home of
    Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Coolmax@VERT/CRESCUE to Digital Man on Tue Feb 1 21:25:00 2005
    Re: Custome Message Variablesã > By: Coolmax to All on Fri Jan 28 2005 10:45 pmã > ã > > Hi Allã > > ã > > I've Add this code to my command shellã > > ã > > cmdkey Eã > > TOGGLE_USER_MISC .19ã > > COMPARE_USER_MISC UM_EXTDESCã > > if_trueã > > CLSã > > print "\r\nExtended Descriptions Are Now ON\r\n"ã > > end_cmdã > > end_ifã > > CLSã > > print "\r\nExtended Descriptions Are Now OFF\r\n"ã > > end_cmd ã > > ã > > ã > > This toggles the extended list display on/offã > > Is there a way to have THE ON/OFF Display in the .ASC file..ã > > So a custom message variable would be @EXTDISP@ã > > ã > > eg: EXTENDED DISPLAY: @EXTDISP@ã > ã > I'm not really sure what you're asking. You could display a different .ASCã > fileã > based on the results of the test (one for yes, and another no). <shrug>ã > ã > digital manã > ã ãIt's Ok NowãI have that sorted & working..ãããTHanksãCoolmaxãã---ã þ Synchronet þ
    Computer Rescue - cr.savedme.comã