Hello Adepters,
I can't seem to figure out how to pass an array of unknown size using ACL and I was hoping maybe somebody could help me out. The size of the arrary varies depending on the number of CMS objects that the document contains.
local children[];
poid_list_children(logicalID, children);
java_static('com.kencook.arbortext.PackageXML','getChildren', children[]);
Arbortext gives me this error when I try to pass the children[] array to my java method:
"[ A11317] Unexpected operator: ])"
Thanks in advance,
Ryan