Actions
Feature #26
closed
No primitive to convert a WordXX to a decimal representation
Feature #26:
No primitive to convert a WordXX to a decimal representation
Start date:
Due date:
% Done:
0%
Estimated time:
Platform:
Resolution:
fixed
Triage Stage:
Description
Missing a to_decimal() primitive allowing to convert a WordXX type to its decimal representation (without any zero padding on its left, so a Word32 with a value of '23' will simply have the string '23' as representation).
Updated by Alain Prouté over 18 years ago
- Status changed from New to Closed
- Resolution set to fixed
Fixed. See predefined.anubis.
Actions