How to pass unknown number of variables to a URL

Asked Jul 17, 2024·1 reply·Last activity 2 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

I want to pass everything entered to a URL. Not a simple ! and one argument. I don't know how many will be entered. How can I pass the entire line to a URL, without knowing in advance how many words are entered?

Thank you in advance

1 reply

$(querystring) is what u'll need... like this...
$(urlfetch https://YOUR_URL$(querystring))