====== 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 echo echo ... the output of which is written to the event log by [[plugins:general:zeoscript:reference:functions:echo]] as: 0 1 2 ===== Comments ===== None. ===== See also ===== None.