Subj : How do you call two functions in an eval?
To : Amessyroom
From : Nightfox
Date : Thu Aug 22 2024 09:21 am
Re: How do you call two functions in an eval?
By: Amessyroom to All on Thu Aug 22 2024 03:27 am
Am> When a key is pressed I want to call bbs.view_file("file") and
Am> bbs.exec_xtrn(INTERNAL_NAME).
Am> How do you do this ? It seems I can do one but not both
Am> '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)..