12-01-2021 10:00 AM
Hi,
my 1D-array consists of 20 elements, each of which is an unsigned integer (0...65536) representing a character in UTF16 encoding.
How would I convert my numbers to the corresponding characters? I cannot find any useful functions for that in LabView.
If there is nothing, I thought about a case structure with the cases for all alphabet letters, numbers and some special characters like minus-sign and so on, but that does not seem like a very good implementation...
Thank you for your advice
Solved! Go to Solution.
12-01-2021 04:39 PM - edited 12-01-2021 04:39 PM
So your "Hot" to do the conversion. OK. Here.
12-02-2021 04:00 AM
Thank you so much, this was exactly what I was looking for.