Fernando Silva Fernandes
10 Posts
|
Hello, In Wolfram's Mathematica:
tobe ="tobeornottobe"
keyPhrase=ToCharacterCode [tobe]
gives: {116, 111, 98, 101, 111, 114, 110, 111, 116, 116, 111, 98, 101} ----------- parent = FromCharacterCode[keyPhrase]
reproduces "tobeornottobe" -----------
How to do it in EJS?
Thanks, Fernando
|