0

OpenURL opening multiple webpages.

Hello, I had a question regarding the OpenURL function.

This is the code I am running and I think it should open 10 webpages, but it is only opening 1. What is wrong?

for i in range(0, 10) do
openURL(“http://www.google.com/search?q=test”);
“test” := “test” + text(i)
end

The test field is changing to test 9, so there seems to be nothing wrong with the loop.

1 reply

null
    • Elena_Rodriguez
    • 1 yr ago
    • Reported - view

    Hello,
    Did you manage to solve this or find a workaround?
    I am trying to open 2 different URLs using the same button and it doesn't seem to work either.