The symbols database which I use for the RPGIV2FREE conversion, incorrectly stores BINDEC variables without their decimal positions. I realize it is a common misconception that "B" data types are either 4B 0 or 9B 0 however they do support decimal positions, so 9B 2 is valid.
But the symbol database doesn't store that information and therefore I cannot properly generate the valid %BINDEC(var : <len> : <dec>) built-in as an rValue.
(Also the decimal positions for the tooltip still do not show up and I fixed that months ago, so I assume that PR didn't get accepted?

The symbols database which I use for the RPGIV2FREE conversion, incorrectly stores BINDEC variables without their decimal positions. I realize it is a common misconception that "B" data types are either
4B 0or9B 0however they do support decimal positions, so9B 2is valid.But the symbol database doesn't store that information and therefore I cannot properly generate the valid
%BINDEC(var : <len> : <dec>)built-in as an rValue.(Also the decimal positions for the tooltip still do not show up and I fixed that months ago, so I assume that PR didn't get accepted?
