I've a problem when I want to combine an array as myArray[][]. I extract the array which is stored into a custom propertie of a field into an other var like explained in the LC's lesson.
http://lessons.runrev.com/s/lessons/m/4 ... able-field
Here is my code with comment:
Code: Select all
-- From <leMot> we extract the custom propertie which is an array
put the leMot of fld laCard of stack laStack into tArray -- OK until here
combine tArray using return -- destroy tArray !!!
set the unicodeText of fld leFld to uniEncode (tArray, "UTF8") -- empty

Kind regards, Jean-Paul.