| Author |
Comment/Response |
Robert
|
10/04/06 03:49am
I have a message: "message to numbers"
I make partitions of it:
{mes, sag, e t, o n, umb, ers}
Make it to char code,
{{109, 101, 115}, {115, 97, 103}, {101, 32, 116}, {111, 32, 110}, {117, 109, 98}, {101, 114, 115}}
FromDigits
{120342390469989, 111467825229170, 126888172216947}
IntegerDigits
Back to char code, What to do after/before this ???
{{109, 115, 101, 111, 117, 101}, {101, 97, 32, 32, 109, 114}, {115, 103, 116, 110, 98, 115}}
FromCharacterCode
{mseoue, ea mr, sgtnbs}
As you see i have no function to reverse the partitions function. So all the letters gets screwed up.
Any ide how to easy fix this so the message becomes normal again ?
URL: , |
|