Depends what the values of the list are. If they're all small, known integer values, you can use a routine similar to the one on TI|BD's [tibd]list-to-string[/tibd] page. If not, you have to loop through the list, converting each number into a string with the [tibd]number-to-string[/tibd] routine.