‎2010 Aug 19 8:48 AM
Hi all!
I have FunctionalModule which calls remote FM and pass string to it. In remote FM I can't see proper symbols but seems encoding problem. I pass char10 variable. Importing variable in remote FM is char10 as well.
Any thoughts?
Seems problem is with casting char and integer. I moved integer to char-like variable before passing it to remote FM
Edited by: Andrey Selivanov on Aug 19, 2010 9:59 AM
‎2010 Aug 19 9:12 AM
‎2010 Aug 19 9:13 AM
‎2010 Aug 19 9:17 AM
‎2010 Aug 19 9:19 AM
yes. it is ok.
I have already said - it is the problem with concatenating integer and char and passing as a char. integer seems coming in HEX format...