Hi, Is there a method in Revolution to convert integer to string and vice versa. Example: repeat with count = 1 to 10 Put "text" & count into value // where I want the value to be 'text1,text2....' end repeat Thank you Kavitha