• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Accessing a Record by variable
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Accessing a Record by variable


  • Subject: Re: Accessing a Record by variable
  • From: "Arthur J Knapp" <email@hidden>
  • Date: Tue, 13 Feb 2001 17:51:59 -0500

> Date: Tue, 13 Feb 2001 13:52:37 -0500
> Subject: Re: Accessing a Record by variable
> From: Paul Skinner <email@hidden>

>> email@hidden wrote:
>> using the TIDs on massive quantities of information invites memory issues.

> Really? I haven't seen any issues arise using tids on extremely large lists,
> text ect. Have you got any examples?

I'm not sure if this is what email@hidden was talking about, but
there is an upper limit on the number of items AppleScript can return
in a list as the result of a single coercion:

-- BigString = contains around 4096 "words"

set aString to every word of BigString
-- > memory error

set aString to every character of BigString
-- > memory error

>> IMHO, hash table capabilities in Applescript should be a very high priority,

> I couldn't agree more!

At the moment, my only priority wish-list item for AppleScript is that
it be at least as supported and as stable under MacOS X as it currently is.

:)

--
{
Arthur J Knapp, of STELLARViSIONs ;

http://www.STELLARViSIONs.com ;

mailto:email@hidden ;

http://developer.apple.com/techpubs/
macos8/InterproCom/AppleScriptScripters/
AppleScriptLangGuide/
}


  • Prev by Date: Re: Accessing a Record by variable
  • Next by Date: Re: Out of Memory
  • Previous by thread: Re: Accessing a Record by variable
  • Next by thread: Re: Accessing a Record by variable
  • Index(es):
    • Date
    • Thread