Re: How do you call two functions in an eval?
By: Amessyroom to All on Thu Aug 22 2024 03:27 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 þ Digital Distortion: digitaldistortionbbs.com