John Darrington <[EMAIL PROTECTED]> writes: > I do have one question however: What is the rationale behind this: > > if (get_algorithm () == ENHANCED) > var_clear_short_name (v); > > ?? Does spss not remove the old short names after a variable has been > deleted?
That's in the variable renaming code and, no, when I tested SPSS, renaming a variable did not change its short name. It's stupid, hence bug-for-bug compatibility in compatibility mode, smarter behavior in enhanced mode. -- "J'avais trouv'e ma religion : rien ne me parut plus important qu'un livre. La biblioth`eque, j'y voyais un temple." --Jean-Paul Sartre _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
