Page 1 of 1
Using Google to seach for a selected file
Posted: 11 Jan 2017 19:54
by aurumdigitus
Within recent memory in the Forum labyrinth there was code to have Google search for a file that had been selected in XY. Have tried various searches but cannot now find it.
Can anyone help?
Re: Using Google to seach for a selected file
Posted: 11 Jan 2017 19:56
by highend
Re: Using Google to seach for a selected file
Posted: 11 Jan 2017 20:48
by aurumdigitus
Thanks yet again, Highend. Here that code is very valuable and will be much used.
As stated did search but must not have phrased the queries properly.

Re: Using Google to seach for a selected file
Posted: 12 Jan 2017 00:25
by yusef88
you mean like this?
Code: Select all
Open("https://www.google.com/search?q=<curbase>");
Re: Using Google to seach for a selected file
Posted: 12 Jan 2017 00:38
by highend
btw, open is a statement, not a function...