Quark curiosity: end of story VS set after story
Quark curiosity: end of story VS set after story
- Subject: Quark curiosity: end of story VS set after story
- From: Michael Turner <email@hidden>
- Date: Wed, 21 Feb 2001 12:51:32 -0500
I have what seem like 2 equivalent phrases, which give slightly different
results.
tell text box "FredTheBox" of current spread
set addString to end of story
end tell
save story 1 of current box as "TEXT" in (thePath & elementString)
--> result Xtag export successful
(Note: with XT objects embedded at end of story)
tell text box "FredTheBox" of current spread
set after story 1 to addString
end tell
save story 1 of current box as "TEXT" in (thePath & elementString)
--> result Xtag export UNsuccessful
(Note: with XT objects embedded at end of story)
I just wonder why?
-Michael