arrays
Posted: Mon May 07, 2007 5:13 pm
To initialize a big array with a certain value this is the only method i found :
( set 'pic ( array 100 100 ( sequence 3 3 ) ) )
1. Is there any other method to initialize it to a certain number or a string ?
2. How can i stop the output in the console-window while the array
is evaluated ?
PS: As you can imagine i want this for a byte-map for simple graphics . The size could be eg. 1000 x 1000 later .
( set 'pic ( array 100 100 ( sequence 3 3 ) ) )
1. Is there any other method to initialize it to a certain number or a string ?
2. How can i stop the output in the console-window while the array
is evaluated ?
PS: As you can imagine i want this for a byte-map for simple graphics . The size could be eg. 1000 x 1000 later .