Using inline code...
Is there a command to read the ID number, and weight, of a list's current entry? ie; equiv command to GetProc.
Thanks,
J
To get what row/level was selected use c.GetAttrib with the name of the List. For example x = x.GetAttrib("TrialList"). This value is automatically logged in the data file.
-Brandon