Script functions reference > Script functions in alphabetical order > G > GetDocActualInserts

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