KoenPiller
Programmer
Hi,
I am puzzled with Calvin's solution to transform a given phonenumber into a word / sentence. Obviously I have already questionned him but most probably to other urgent dealings no reply.
How did he fix it?
How did he squeeze a 225'000 words into 679K DLL ? and how does this line
work?
The full listing can be read in his blog: If somebody else could give me some clue I would like to know.
Koen
I am puzzled with Calvin's solution to transform a given phonenumber into a word / sentence. Obviously I have already questionned him but most probably to other urgent dealings no reply.
How did he fix it?
How did he squeeze a 225'000 words into 679K DLL ? and how does this line
Code:
IF !SEEK(LEFT(cNumber,nDigNum)+' ',"SubWords",2) and ox.isword(LEFT(cNumber,nDigNum))
The full listing can be read in his blog: If somebody else could give me some clue I would like to know.
Koen