Re: [racket] stuck at operating text from file

2010-10-25 Thread Noel Welsh
On Sun, Oct 24, 2010 at 11:18 AM, 김태윤 wrote: > #xf or #x1 works but > (crop #x(second (string->list each)) >           #x(third (string->list each)) >           32 32 >           (bitmap "a.png"))) > it doesn't working at all The #x syntax is used by the reader to interpret the text that follows.

[racket] stuck at operating text from file

2010-10-24 Thread 김태윤
hello I am stuck at operating text from file I am trying to read words from file(map) and do something with the word in the map file, there are words sort of a00 a01 a1f, etc a word consist of 3 part first "a" is filename of picture (a.png) second hex number is x coordinate of picture (it will be