Re: TIB: Re: Encryption
[Prev][Next][Index][Thread]
Re: TIB: Re: Encryption
> How what was the code for getting the string into a list?
>
> Thanks,
> Matthew
The first thing that I should mention is this technique will only work
for storing string LETTERS into a string. The algorithm inputs the
letters position in the alphabet in the next available spot in a given
list.
ie. JODY would become {10,15,4,25}.
Because the calculator can't recongnize spaces, spaces must be inputed
as @'s. For example, my name would be inputed as JODY@SNIDER. In the
list spaces are treated as the number 27.
:"ABCDEFGHIJKLMNOPQRSTUVWXYZ@->Str3
:Input Str1
:DelVar L1
:For(K,1,length(Str1
:inString(Str3,sub(Str1,K,1->L1(K
:End
Jody Snider
jody1@alaska.net
References: