Nullllll Posted March 27, 2007 Report Share Posted March 27, 2007 Hi dear, I have question , assume I want to enter number from 0 to F !! how can I enter the char from A TO F!!! Coz its numeric control will not accept char I am using LV8 Thanks LAVA Quote Link to comment
lraynal Posted March 27, 2007 Report Share Posted March 27, 2007 Looks like you want to use hexadecimal number ? Then you need to configure your numeric to accept HEX. For this, change your numeric to Integer (rather that Double...) U8 for example, then right click on the Numeric control and select "Visible Items" -> "Radix". A little 'd' will appear near the number. Click on it and select "Hex" (a little 'h' will apear). Then you will be able to enter number from 0 to F... (You can go to the control property to change the Range or anything else... right click on the control, then Properties...) Laurent http://forums.lavag.org/index.php?act=attach&type=post&id=5301 Quote Link to comment
Eugen Graf Posted March 27, 2007 Report Share Posted March 27, 2007 Or rightklick on control -> Format&Precission -> Hexadecimal. Eugen Quote Link to comment
Nullllll Posted March 27, 2007 Author Report Share Posted March 27, 2007 Thanks it is working Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.