Hi,
I am using https://webapp.opentext.com/piroot/ccmprj/v160603/ccmprj-rsc/en/html/jsframe.htm?qscrm64490ad for my scripting reference, and couldn't find anything there for initializing an array. Could anyone please help?
Thanks
Hi @Veena Soman1 , I have moved your post to our Exstream area.
I tried - str $ListOrderNumbers[];, but its giving me error.
From link http://docsapi.opentext.com/docs/pi_hosted/_org/ofh1/index.html?/ccmpto160603-h-cgd-en/arrayscreate.html?ml=en$ccmpto160603h-cgd.aidxmom-001ab~&type=ofh1
I tried to initialize #set ($ListOrderNumbers=[]); That is not working either.
http://docsapi.opentext.com/docs/pi_hosted/_org/ofh1/index.html?/ccmpto160603-h-cgd-en/functionclear.html?ml=en$ccmpto160603h-cgd.aidxmom-001ab~&type=ofh1
$ListOrderNumbers.clear(); - Still getting error