Text to ASCII code

Hello

I didn’t see any topic talk about it.
Is there anything that I can do to convert Text (input) to Ascii code ?

Thanks for you help

Kinds Regards

FTR

You could make a table with all of the Ascii codes with their corresponding character as the ID and then loop through the input string checking if the character is in the table then return the code from the table.

1 Like

HELLO

Thank you for your help.

Kind Regards

FTR