Quotation marks needed in a message object to enable a hyperlink searching a website - but how?
Russell Richards
Sep 08 2023 | 6:52 pm
It's great to be able to link out to a web browser from a message box.
I have been able to concatenate the google sitesearch with single word search terms i.e.
; max launchbrowser https://www.google.com/search?sitesearch=cycling74.com&;q=RNBO
However, when trying to get an exact phrase the message box will turn this:
https://www.google.com/search?sitesearch=cycling74.com&;q=RNBO+"Raspberry Pi"
into this:
"https://www.google.com/search?sitesearch=cycling74.com&;q=RNBO+Raspberry Pi" (before the concatenation with ; max launchbrowser)
How can I get it to be:
;
max launchbrowser https://www.google.com/search?sitesearch=cycling74.com&;q=RNBO+"Raspberry Pi"
in the message box ready to launch the correct web page.
N.B. Typing the link in manually Google automatically inserts a %20 in the gap between "Raspberry" and "Pi"
Any help with this conundrum would be much appreciated as it is stalling an app at the moment.
Cheers
Russell