- Posted by Dave Probert <zingo at purpletiger.com> Jul 25, 2003
- 2560 views
Is there a core function to return a number from a sequence of atoms
representing the ASCII codes of numbers?
eg. need to get y = 205 number
sequence xx
xx = {50,48,53} -- 2,0,5 in ASCII
atom y = ???????
Looked through the Docs and couldn't see an Eval() function!!

