DdeTerminateAll
DeCompressFile
Enter search terms or a module, class or function name.
DebugBreak sets a break point. The program will stop execution at the function call interrupted.
Return Value
Example
def test() { a = 1; DebugBreak(); a = 2; }
See also
Overview Programming
id-1768911