char to integer conversion ???



I need the inverse of the chr() function. Suppose it would be called
get_integer, the result of get_integer (chr (128)) would be 128. Does anyone
know how this can be accomplished? (It's not intval, because that returns 0)


.