up Inquisit Language Reference

file property

The path of the file.

Member of

<batch>

Syntax

batch.name.file

Read Only

Type

array

Remarks

Returns an array containing all the files specified for a batch or include element

Examples

The following displays the first file in a include:

<text myText>
/ items= ("file = <% include.file[0] %>")
</text>

The following displays the 2nd file defined in a batch:

<page myPage>
file = <% batch.file[1] %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.