06-25-2002 02:12 PM
06-25-2002 02:38 PM
LabVIEW, C'est LabVIEW
06-30-2002 06:37 PM
07-02-2002 04:37 AM
05-11-2023 07:44 AM
Hi,
How would you do the other way around?
The below string is a codes representation of an ASCII string. How would I convert it back to ASCII? I want to paste the string as text in another place and be converted as ASCII or HEX.
\A8\1B*******\r\n\r\nU\01\A8
05-11-2023 11:19 AM
Strings are just byte arrays. Try to focus on that.
05-11-2023 12:22 PM - edited 05-11-2023 12:53 PM
@AleZanBru wrote:
How would you do the other way around?
The below string is a codes representation of an ASCII string. How would I convert it back to ASCII? I want to paste the string as text in another place and be converted as ASCII or HEX.
\A8\1B*******\r\n\r\nU\01\A8
If this string comes from elsewhere and is a normal string in \-codes format and you want it back as its string value, you can use the text.text property, assuming the terminal used for the property node has the correct display style.
If this is not what you want, please be very specific!