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 thanarr = 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