os.exit()

I know you are not supposed to use os.exit() - you are meant to use native.requestExit() - but i wanted to use os.exit() to kill that thing dead.

but even os.exit() seems to keep going (strange times) - Is there a function that will kill the simulator dead on the spot as if lightening had struck it?

You could crash it, but you really should use native.requestExit()

On a Mac: CMD-Option-Escape and kill it from the task manager.

On a PC: CTRL-ALT-Delete, Select Task Manager from the screen that pops up, and kill it from there.

Rob

You could crash it, but you really should use native.requestExit()

On a Mac: CMD-Option-Escape and kill it from the task manager.

On a PC: CTRL-ALT-Delete, Select Task Manager from the screen that pops up, and kill it from there.

Rob