• How do you call two functions in an eval?

    From Amessyroom@VERT/TL-QWK to Nightfox on Fri Aug 23 02:12:11 2024
    Re: How do you call two functions in an eval?
    By: Nightfox to Amessyroom on Thu Aug 22 2024 09:21 am

    When a key is pressed I want to call bbs.view_file("file") and
    bbs.exec_xtrn(INTERNAL_NAME).

    How do you do this ? It seems I can do one but not both

    'A': { eval: 'bbs.exec_xtrn("code")' },

    It looks like you're using default.js? I think inside the single-quotes after the eval:, you should be able to put multiple statements in there (each ending with a semicolon)..

    'A': { eval: 'bbs.view_file("file"); bbs.exec_xtrn("code");' },

    I haven't tried that, but I'd think that should work.

    Nightfox

    ---
    þ Synchronet þ Too Lazy BBS - toolazy.synchro.net:2323
  • From Amessyroom@VERT/TL-QWK to Nightfox on Fri Aug 23 02:12:47 2024
    Re: How do you call two functions in an eval?
    By: Nightfox to Amessyroom on Thu Aug 22 2024 09:21 am

    Try #2.

    Yes it worked thanks! Had qwk issues so took a few hours for me to get your response.

    ---
    þ Synchronet þ Too Lazy BBS - toolazy.synchro.net:2323