the arguments for excluding bigfloats are just as valid for excluding double-precision IEEE. Namely, a string of characters chosen from 0-9 or 0-F will have to undergo encoding, base-conversion, and perhaps syntax checking before a host computer can use the object as an internal number. After all, the internal form is BINARY, not hex or dec. RJF