I think you will just have to pull your attributes from the List as
needed manually in code using List.GetAttrib, see that topic in the
E-Basic Help facility. E.g., suppose you have a List named MyList,
with attributes MyAttrib1 and MyAttrib2, you use the variable iList
(possibly global) for your List index, and you already have code to
change iList as needed. Then you would load your attributes with
c.SetAttrib "MyAttrib1", MyList.GetAttrib(iList, "MyAttrib1")
c.SetAttrib "MyAttrib2", MyList.GetAttrib(iList, "MyAttrib2")
-----
David McFarlane
E-Prime training
online:
http://psychology.msu.edu/Workshops_Courses/eprime.aspx
Twitter: @EPrimeMaster (
https://twitter.com/EPrimeMaster)
/----
Stock reminder: 1) I do not work for PST. 2) PST's trained staff
take any and all questions at
http://support.pstnet.com/e%2Dprime/support/login.asp , and they
strive to respond to all requests in 24-48 hours, so make full use of
it. 3) In addition, PST offers several instructional videos on their
YouTube channel (
http://www.youtube.com/user/PSTNET ). 4) If you do
get an answer from PST staff, please extend the courtesy of posting
their reply back here for the sake of others.
\----