Table of Contents

GetLineNo

Description

Get the line number in the script of the the current statement.

Function prototype

int GetLineNo

Arguments

None.

Return value

An integer containing the current line number.

Example

echo <zs:GetLineNo>
echo <zs:GetLineNo>
echo <zs:GetLineNo>

… the output of which is written to the event log by echo as:

0
1
2

Comments

None.

See also

None.