[Migrated content. Thread originally posted on 16 December 2004]
Hello allDoes anyone have know a easy way to inspect a PIC X(500) string for the following char and converting them
@ Convert to &at;
< Convert to <
> Convert to >
? Convert to '
Fx. the string ?abc@mail.com? must be converted to ?abc&at;mail.com?
The only way I know is to check the string character by character, and check if the current char must be converted and so on.
I have checked the documentation but it appears that it is only possible to convert from/to if the source and destination item is the same size. And this is not the case.
Thanx
Kim



