TI-BASIC:List To String2

From Learn @ Cemetech
Revision as of 18:08, 24 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

File:@@

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 DragonAuthors

@@URL: [@@] Download

[@@]

" 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.

Related Routines