CompuServe Messages

HEX Conversion From BIN

    02-Sep-94 07:19:16
Fm: Bill Hawes 72230,267
To: Jim Butterfield 73624,14
Some of the string functions that do conversions that increase the length of the string (e.g. conversion to hex or binary) use an internal buffer area. Operations that do just character-for-character replacement can often do the operation in place (if the source string isn't needed any more.) -Bill