04-20-2017 04:35 AM
Hi Alten,
Sorry for the late response as i had to take emergency leave due to my bad health.
Requirement: input should be in numeric (decimal format) not greater than 10 digits so maximum HEX value is to accommodate is FFFFFFFF which is 4 bytes long.
This is the requirement i want to implement, user shouldn't be able to enter more than 10 digits or limit the user till 10 digits (not necessarily be prompt, it should restrict user to 10 digits).
For a max 10 digit value in decimal, then it would be 4294967295.
Pls let me know if that helps.
Thanks
Aniket
04-20-2017 07:55 AM
Then all you need to do is create a numeric control that has a U32 representation. You can decide whether you want to display it in decimal for hex format.