WebGadget: Get plain text

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BarryG
Addict
Addict
Posts: 4136
Joined: Thu Apr 18, 2019 8:17 am

WebGadget: Get plain text

Post by BarryG »

With the WebGadget, we can use GetGadgetItemText() with #PB_Web_HtmlCode and #PB_Web_SelectedText, but I'd like to also have #PB_Web_PlainText to just get the plain text from it. Similar to #PB_Web_SelectedText but without needing to make a selection.

I currently have a largish workaround, so this request is to make workarounds obsolete.