Kerhun Posted June 14, 2016 Report Share Posted June 14, 2016 How do i take an hexadecimal constant operand for a block (#10 for decimal = #?? for hexa) Link to comment Share on other sites More sharing options...
Saragani Posted June 15, 2016 Report Share Posted June 15, 2016 #H0A (or #HA) should work (capitalization doesn't matter). For Binary format: #b1010 Entering an IP address in a Int32 field: #192.168.1.2 (so If I was entering the value #0.0.0.10, then this would be converted to an Int32 const with the value 10 (meaning 0x0000000A) Link to comment Share on other sites More sharing options...
Kerhun Posted June 15, 2016 Author Report Share Posted June 15, 2016 Thanks I did'nt find this on the software help. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now