Posted By
Tobias Wold
11-23-2016 12:46
Found In
Egroup:
Facility Control
\
view thread
Hi, I'm trying to concatenate a bunch of different parameter values into a single string. Is there any easy way to do that with a loop? This is what I am doing: var a1 = params.getValue('homeScorer1', 0) + params.getValue(homeScorerTime1', 0) var a2 = params.getValue('homeScorer1', 1) + pa ...
|