P
Petar Puskarich
Guest
This will most likely turn out to be something trivial, but I have a question. Is there a way to do web_reg_save_param_ex with a HTTP web_url call in multiple sets either inside a web_concurrent group or via turning them into functions and putting the function calls into the concurrent group? I have a situation where I would like to make 12 web calls with correlation at the same time, but vugen really dislikes it. I THOUGHT I got around it in the past by making them into functions but it's not working. Is it just not supported to do the correlation calls inside a concurrent group even if part of a function?