GetDocActualInserts();Returns the inserts assigned to the document.The function can be used at the following post-processing scripting levels:
Note: Enveloping must be used and the Count inserts option must be selected.
$inserts = GetDocActualInserts();Result:$inserts = "3;6;7"$num_of_tokens = StrTok($inserts,";",$arr1);Resultarr1[0] = 3arr1[1] = 6arr1[2] = 7
OpenText StreamServe 5.6 | Updated: 2013-03-01 |