Difference between revisions of "TI-BASIC:List To String2"
From Learn @ Cemetech
Jump to navigationJump to search (Initial automated import) |
(Automated @@ correction) |
||
Line 1: | Line 1: | ||
{{Template:TI-BASIC:Routine | {{Template:TI-BASIC:Routine | ||
− | |picture= | + | |picture= |
|summary=Converts a List into a String | |summary=Converts a List into a String | ||
|input=L₁ | |input=L₁ | ||
Line 7: | Line 7: | ||
|compatibility=TI-83/84/+/SE | |compatibility=TI-83/84/+/SE | ||
|author=Toothless the Dragon | |author=Toothless the Dragon | ||
− | |authors= | + | |authors= |
− | |url= | + | |url= |
− | |download= | + | |download= |
}} | }} | ||
Latest revision as of 22:09, 24 February 2016
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.