Hello,
I need loop that would create concatenate from fixed values (strings) and loop it based on input range (dynamic, user input).
For example, "create image", input range 001-245, ".jpg", "image created", input range [same as 1st one].
Result would give create image 001.jpg image created 001
This is simplified sample as it would have multiple strings and input range would be.
Thanks!
I need loop that would create concatenate from fixed values (strings) and loop it based on input range (dynamic, user input).
For example, "create image", input range 001-245, ".jpg", "image created", input range [same as 1st one].
Result would give create image 001.jpg image created 001
This is simplified sample as it would have multiple strings and input range would be.
Thanks!