diff --git a/Help/helps/$isfirstfile.htm b/Help/helps/$isfirstfile.htm new file mode 100644 index 0000000..b8522db --- /dev/null +++ b/Help/helps/$isfirstfile.htm @@ -0,0 +1,82 @@ + + + + + + + + + + +$isfirstfile + + + + + + + + + + + + + + + + + + + + + + + + + + + +

$isfirstfile

+ +

Purpose

+ +

Checks to see if the current file is the first file being analzyed in a directory.

+ +

Syntax

+ +

returnedBoolean = variableType("$isfirstfile")

+ +

returnedBoolean - type: bool
+variableType - type: G

+ +

Returns

+ +

Returns 1 if the current file is the first file, 0 if not.

+ +

Remarks

+ +

Example

+ +

See Also

+ +

$inputpath, Special + Variables

+ +

 

+ + + + diff --git a/Help/helps/NLP_PP_Stuff/Special_Variables.htm b/Help/helps/NLP_PP_Stuff/Special_Variables.htm index 60cad41..90e8b4a 100644 --- a/Help/helps/NLP_PP_Stuff/Special_Variables.htm +++ b/Help/helps/NLP_PP_Stuff/Special_Variables.htm @@ -749,6 +749,48 @@

Table of Special Variables

Get current rule number within current pass. NEW 2.0.2.4 + + +

$isfirstfile + +

G + +

Check if is first file processed in a directory. Returns 1 if it is the first file, else 0. + NEW 1.24.0 +