[TIB] Re: Character Substitution?


[Prev][Next][Index][Thread]

[TIB] Re: Character Substitution?




In a message dated 5/3/2001 1:21:41 PM Pacific Daylight Time, 
ffolkes@ffolkes.com writes:

<< Hello-
 
 I'd like to make a program to substitute characters from a string, i.e.:
 
 g = t
 o = r
 a = b
 t = v
 s = n
 
 String: "goats"
 Output of Program: "trbvn" >>
 
In other words you want encoding!



Follow-Ups: