try:
j=0; result = 0;
for(i=StrLen(str)-1;i>=0;i--)
    {
    result += (StrAToi(str[j++]) << (0x10*i));
    }

or something like that.  I can't remember how I did it without looking up
some old code but it went something like that example.

----- Original Message -----
From: "Dan Samber" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Wednesday, August 16, 2000 5:41 PM
Subject: Re: Converting string to word


>
> That's good.... but it's the wrong direction :-(
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to