Reply To: Variable Math and Text Concatenation

PennController for IBEX Forums Support Variable Math and Text Concatenation Reply To: Variable Math and Text Concatenation

#5564
Jeremy
Keymaster

You can definitely do what you describe, e.g.:

PreloadZip("https://my.server/path/to/folder/archive-"+GetURLParameter("withsquare")+".zip")

This will fetch file https://my.server/path/to/folder/archive-2.zip if you run your experiment with withsquare=2

Jeremy