◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Syntax: @Line See also: .ERR, ECHO Description: Predefined equate returning the current line number in the module. If in an include file, returns the line number relative to the include file. If in a macro, returns the line number relative to the beginning of the source file. Useful for showing the line number of a programmer-defined error. Example: IFNDEF Country .ERR <Country code expected at line @Line> ENDIF -♦-