Jason Stover <[EMAIL PROTECTED]> writes: > What's the procedure for putting a variable's label or name > in a table? I've got a struct variable * v, and I would like to > call a function that might have this descriptive name: > > give_me_the_label_of_variable(v); > > Does such a function exist?
It's called var_to_string(). Prototyped in var.h. -- "Term, holidays, term, holidays, till we leave school, and then work, work, work till we die." C. S. Lewis _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
