Thanks!
Rich Lague
------------------------------------------------------------------------ -------------------------
answer "Which topic list did you use?" with "Rich's topics" or "My own topics"
if it is "Rich's topics" then
go invisible stack "RFP Importer-rich"
else
go invisible stack "RFP Importer-clean"
end if
repeat for the number of cards
if field "topic" is empty then
go next card
else
put field "topic" into tTopicsfld
put field "Number" into tNumber
put field "feature" into tFeature
repeat for each line thisLine in tTopicsfld
go card thisLine of stack "productEvals"
put tNumber && tFeature & return after field "fromRFP"
end repeat
end if
end repeat
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
