Re: Reading a large data structure

2005-08-04 Thread Leopold Toetsch
On Aug 4, 2005, at 22:20, Leopold Toetsch wrote: On Aug 4, 2005, at 14:59, Amir Karger wrote: Is there a way to declare an array of, say, 300 strings in PIR other than Read the array entries from a text file? The more, that it looks like that you are dealing with the string abbreviat

Re: Reading a large data structure

2005-08-04 Thread Leopold Toetsch
On Aug 4, 2005, at 14:59, Amir Karger wrote: Is there a way to declare an array of, say, 300 strings in PIR other than arr = 300 arr[0] = "hi" arr[1] = "there" arr[2] = "my" ... arr[298] = "very" arr[299] = "tired" Read the array entries from a text file? -Amir leo

Re: Reading a large data structure

2005-08-04 Thread Bernhard Schmalhofer
Amir Karger schrieb: Is there a way to declare an array of, say, 300 strings in PIR other than arr = 300 arr[0] = "hi" arr[1] = "there" arr[2] = "my" ... arr[298] = "very" arr[299] = "tired" Same question with a hash of hashes or whatever. Assigning an integer to the array should do the t