I have to turn strings into Unicode. I thought the best way to do this would be as followed
The only problem I have is with the separation on each character in the string. I know I have to use a For...Next loop to check each spot in the string. But how would I move on past the first character?HTML Code:For...Next to get the string For...Next to take each character out of the string For...Next to display each character in Unicode


Reply With Quote
