Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

fm check raw

mark_fryu
Participant
0 Kudos

is there an fm that checks that the value of the "raw" hexadecimal variable is actually a hexadecimal?

so for example if the value has letters that do not exist for a hexadecimal it returns an error

thanks

2 REPLIES 2

Sandra_Rossi
Active Contributor
0 Kudos

What means "raw hexadecimal" variable?

mark_fryu
Participant
0 Kudos

in practice I have to check that the value I get is actually a hexadecimal if I get it for example: ABC5555 is fine with me because it is a hexadecimal otherwise if I get it: ABLX555 doesn't suit me because the letters "L" "X" don't suit me because they don't have to be in the hexadecimal