Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > line() |
![]() ![]() ![]() |
line()
Syntax
whichFrame
.line()
Description
Multiuser Server server-side debugging function; returns the script line number of the Lingo code executing in the given stack frame.
Example
These statements return the line number of the Lingo running in frame 17 of the execution stack:
whichFrame = 17 theLine = frame(whichFrame).line() return theLine
![]() ![]() ![]() |