pspp-dev
[Top][All Lists]
Advanced

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

transformation question


From: Jason Stover
Subject: transformation question
Date: Wed, 26 Apr 2006 14:21:58 -0400
User-agent: Mutt/1.5.10i

Here is the scenario:

A transformation is being executed to write data to
the active file. There are other transformations pending,
each of which has a variable in the dictionary, but none
of those other transformations have executed yet. So before
I do this:

              obs = case_data (c, i);  

I want to make sure variable i has something in it.
Should I look at variable i's 'init' (v->init)? Or something
else?

-Jason




reply via email to

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