I'm converting from QALoad to SilkPerformer 10 and running into something simple, so I hope. One online of code has "ICAction" := "#ICRow10", I would like to take a parameter and replace the 10 to any number between 1 and 40. I tried this "ICAction" := "#ICRow""+pRndUniN11+", and it doesn't work, meaning the script runs but I always get a #ICRow0 value. In my setup I have the following rRndUniN1 : RndUniN (1..40); pRndUniN11 := string(rRndUniN1); I've tride concatenating strings and number and every other thing. I think I've looked at the monitor too long and cannot see the simple fix. What am I missing. Thanks, Scott
↧