Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] VariableNameComparator

Any chance you could provide a way to override the
VariableNameComparator class used in ScriptStackFrame and ScriptValue?

I'm working with Octave, and it has arrays that are either "( )"
indexed or "{ }" indexed, so I end up with element (1) being followed
by element (10) as the VariableNameComparator only strips off "[" and
"]" characters.

Thanks.

Ryan


Back to the top