List To String2
| Routine Summary | Inputs | Outputs | Variables Used | Author |
|---|---|---|---|---|
| Converts a List into a String | L₁ | Str1 | A, B, C, Str0, Str1, L1 | Toothless the Dragon |
" 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
Authors: