pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

variable labels


From: Jason Stover
Subject: variable labels
Date: Sat, 11 Jun 2005 22:17:31 +0000
User-agent: Mutt/1.4.2.1i

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

-- 
address@hidden
SDF Public Access UNIX System - http://sdf.lonestar.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]