Thanks jcl. I will download & try the new version.

Is there a formula for "Adjusted" Max DD?

Also, other issues:

a) Can the base (i.e., produced for Z Systems) Performance Report be updated to report the Capital slider setting?

The following may be specific to running on Linux under Wine:

b) The window() function does not appear to match if the passed Title string is exactly the entire Window's title. It only seems to work if the string is a subset of the title. Can this be fixed?

c) Is there a way to have window() (or something else in script) activate the matched window so it can accept keys() without manual intervention?

d) The Mode=1 option of exec() does not appear to work for BASH scripts - script execution continues immediately without waiting for the exec()'s command to complete. Can this be fixed? Or worked around? Would exec("exec", "real-command it's-parameters", 1) work?

Thanks.