TI-BASIC:List To String2
From Learn @ Cemetech
Jump to navigationJump to search
Routine Summary
Converts a List into a String
Inputs
L₁
Outputs
Str1
Variables Used
A, B, C, Str0, Str1, L1
Calculator Compatibility
TI-83/84/+/SE Author
Toothless the Dragon Download
No download provided.
" ABCDEFGHIJKLMNOPQRSTUVWXYZ->Str0 " ->Str1 For(A,1,dim(L₁ L₁(A->B For(C,1,7 Str3+sub(Str0,int(100B),1->Str1 fPart(100B->B If not(int(100Ans 8->C End End sub(Str1,2,length(Str1)-1->Str1 "
This code was made as an alternative to the previously existing List_To_String code.