Hyperlink() & Underlines

Posted by Sojik on Sun 12 Jun 2011 01:58 AM — 3 posts, 14,570 views.

USA #0
Could you change Hyperlink() to allow us to disable the underlining? I don't mind the underlining that much but the game I play on uses underlining quite a bit for information.

e.g. Big list of gifts and the ones you have are underlined. I make a script to be able to inspect those gifts by clicking on them and now they're all underlined.
Australia Forum Administrator #1
I can't change function argument lists for COM objects, but for Lua scripting I can add optional ones.

Version 4.76 will have an optional 7th argument to the Hyperlink function (when using Lua). If true, the underline is omitted.
Amended on Sun 12 Jun 2011 02:26 AM by Nick Gammon
USA #2
Perfect. My preferred language anyway. Thank you.