Re:
- Posted by 1evan at sbcglobal.net
Jul 25, 2003
include get.e
sequence s
s = value({50,48,53})
printf(1,"%d",s[2])
Dave Probert wrote:
>
>
>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!!
>
>--^----------------------------------------------------------------
>This email was sent to: 1evan at sbcglobal.net
>
>
>TOPICA - Start your own email discussion group. FREE!
>
>
|
Not Categorized, Please Help
|
|