Code: Select all
copy widget "first" from cd "Home" to this cdThanks
Mark
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Code: Select all
copy widget "first" from cd "Home" to this cdCode: Select all
copy widget "first" OF cd "Home" to this cdIdentifies the target object and its location properly and fully. To substitute "from" for "of" is jumping the gun, mixing a description of the location of that target with the desire to set up a source/destination construct.copy widget "first" OF cd 1
