hi all,

i want to convert a number (in a for loop) and append that to "_s.jpg"

i.e. as the for loop keeps going my string should be:
"1_s.jpg"
"2_s.jpg"
"3_s.jpg"

etc.

so any functions i could use to achieve this?

thanks in advance for any help

sachin