06-22-2022 01:02 PM
@billko wrote:I notice you are STILL not showing the radix on your numeric control. HOW IS THE USER SUPPOSED TO KNOW THE INPUT IS SUPPOSED TO BE HEXADECIMAL? (There's been any number of subtle hints so far; I thought I'd make mine not-so-subtle.)
Let me be a little more overt. Right-click on your control an select Visible Items->Radix. You will see a little "x" appear on your control showing you that it is using a hexadecimal format. This is essential when you are not using the standard decimal display.
You could also just use this plugin (I use it quite often): Format Numeric.vi
06-22-2022 01:15 PM
@Alan_K. wrote:
Have I missed a ready made function / solution elsewhere? 🤔
Based on the testing I just did, the Number To Hexadecimal String with the width set to 2 will meet your requirement.