Use this for debugging purposes along with the PRINT function to know line number in script section where the information is located.
Always append an open and closed parentheses () symbol after function name (See examples).
Syntax: |
---|
Print LineNumber() |
Parameter: |
Description: |
---|---|
N/A |
Does not use a parameter. |
Example 1: |
---|
' Display the editor line number where the LineNumber function is located. |
Return 1: |
Returns the current line number of the script where this function is placed.
|
Example 2: |
||||||||
---|---|---|---|---|---|---|---|---|
' Use LineNumber, and block.scriptName to know where ' Print Output information is located. to identify |
||||||||
Return 2: |
||||||||
872,Enter any other values needed
|
||||||||
Example 3: |
||||||||
' Print Script Information with a Line Number Reference |
||||||||
Return 3: |
||||||||
|
Links: |
---|
See Also: |
Edit Time: 9/20/2020 11:42:09 AM |
Topic ID#: 402 |