Hello,
I’m trying to build a URL to send to a web app based on the values of various interface objects… but can’t find a function to EncodeURIComponent…
Which means if someone enters a name with a space the URL won’t be complete
I can’t just drop Javascript in, in there another was to fix up URL values?
Thanks
Tom