Omnimaga

Calculator Community => TI Calculators => TI-BASIC => Topic started by: collechess on December 25, 2011, 12:54:52 pm

Title: Convert list to string?
Post by: collechess on December 25, 2011, 12:54:52 pm
Is it possible to convert a list to a string in TIBASIC?
Title: Re: Convert list to string?
Post by: Hayleia on December 25, 2011, 01:27:14 pm
There is this, but I don't know if that is exactly what you are looking for
http://ourl.ca/13750/257851
Title: Re: Convert list to string?
Post by: Deep Toaster on December 25, 2011, 06:37:18 pm
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.
Title: Re: Convert list to string?
Post by: Yeong on December 29, 2011, 12:52:18 pm
or there is simple Celtic III's command: det(1,List