The following will fail if the repeat index is greater than 27:
Code: Select all
on mouseUp
   put "1234" into temp
   repeat 27
      put temp & return after temp
   end repeat
   answer the length of temp
end mouseUpCraig Newman
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
on mouseUp
   put "1234" into temp
   repeat 27
      put temp & return after temp
   end repeat
   answer the length of temp
end mouseUp

Wouldn't hurt. They might be able to exceed that, or at very last we'll learn why it does this.dunbarx wrote:I had thought originally that I simply ran into the 4GB limit. But it is about a sixth of that. Should I inform Scotland?