Code: Select all
copy widget "first" from cd "Home" to this cd
Thanks
Mark
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
copy widget "first" from cd "Home" to this cd
Code: Select all
copy widget "first" OF cd "Home" to this cd
Identifies 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