On Sep 8, 2004, at 10:04 PM, Arthur Urban wrote:

Repeat with x = 1 to number of cds of bg "BG1"
   put fld "F1" of cd x of bg "BG1" into tVar
End Repeat

Perhaps the background reference implies too much?

Repeat with x = 1 to number of cds of bg "BG1"
        put the long name of cd x of bg "BG1" into tName
        put fld "F1" of cd tName into tVar
end repeat

Haven't tested it, but I imagine you see what I mean.
--
Troy
RPSystems, Ltd.
http://www.rpsystems.net

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to