Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > frameCount (thread)

 

frameCount (thread)

Syntax

whichThread.frameCount

Description

Multiuser Server server-side debugging function; returns the number of execution stack frames in the given thread. Each nested handler call (a handler called from within another handler) produces a stack frame.

See also

frame() (thread)