Byte conversion

How to convert any single-byte hexadecimal number to double-byte hexadecimal number?

Assuming your input data arrived into a text variable, here are some conversion routines by @Italo ....
AsciiCHRASCprocedures.aia (4.0 KB)
chr
chr_test
asc_test



However, it is better to request Unsigned Bytes from your data source (BlueTooth?) to avoid such contortions in the first place.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.