I've been approached about a sort of little database script which I want to run entirely in world rather than linking to an external source. The coding is fine, but obviously I'm going to be running lists, comparing things in lists etc.
Does anyone know if the list(s) take up the memory allocation of the script, even if assigned 'on the fly'? What is the memory limit? 48K rings a bell, but I might be wrong.
If names are about 14 characters long on average (OK, that is based on my name, and some guesswork) is that 14bytes or more or less when stored in a list as far as anyone knows?