Continuing with my adventure to convert COBOL to a Ruby program, I have to convert a decimal digit to a comp-3/packed decimal format. Anyone know of a simple Ruby script or gem that does this? Berns
feedback
|
|
Ruby knows how to pack nibbles, so it turns out to be quite easy:
| |||||||||||||
feedback
|