I have problem in using Unicode with RR.
I read some RR Unicode document, the following code will put the unicode text into field "display"
The following codes works the same:set the unicodetext of fld "display" to url ("binfile:myfile_chi.txt")
However I actually wish to do some data manipulation before putting the unicode data into a field, For example:put url ("binfile:myfile_chi.txt") into tData
set the unicodeText of field "display" to tData
How can I do that?put url ("binfile:myfile_chi.txt") into tData
// set the unicodeText of tData to true here...
// do some math calculation with tData...
// put the match result to field "display"
Thanks and best regards
Alex