This code returns no error, however, the green button of the code editor turns red when I save it.
Code: Select all
put "3" into laKey
put the myTest of field myTest into myArray -- load the original array from the custom propertie of the field var <myTest> to a local array <myArray >
put the text of me into myArray[laKey][2] -- make the modification
put the keys of myArray into the myTest of field myTest -- it is supposed to record the changes to the original array, but turns red ?!?
-- put myArray into the myTest of field myTest dosen't work either
Kind regards, Jean-Paul.