On Sat, 13 Mar 2010, Sven Schreiber wrote:
auto-indentation of scripts doesn't seem to work properly for
blocks like
catch nls ...
end nls
Is this actually the suggested formatting of using catch here? Or rather:
catch
gmm...
end gmm
The first arrangement (in-line) is correct, but to date I've not
made any effort to get "catch" to work in auto-indentation. That
needs to be done at some point.
Allin