Concept Problem with Backgrounds?

Troy Rollins troy at rpsystems.net
Wed Sep 8 22:10:27 EDT 2004


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



More information about the use-livecode mailing list