View Single Post
Old 09-07-2019, 02:07 PM   #1868
MusoBob
Human being with feelings
 
MusoBob's Avatar
 
Join Date: Sep 2014
Posts: 2,643
Default

Thanks, so something like this ?
Code:
-- Function for opening a URL
function OpenURL(url)
  reaper.CF_ShellExecute(url)
end

retval_url, input_url  = reaper.GetUserInputs("Type url", 1, "Enter url >", "http://www.")
            
            
if retval_url then
    url = input_url
    OpenURL(url)

end
__________________
ReaTrakStudio Chord Track for Reaper forum
www.reatrak.com
STASH Downloads https://stash.reaper.fm/u/ReaTrak
MusoBob is offline   Reply With Quote