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?

My first attempt to put a variable's name in a table was

        tab_text ( t, 1, j + 1, TAB_CENTER , v->name);

 but this didn't work.

-Jason

-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org


_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to