Petr Schreiber
31-08-2008, 23:11
Hi Eros,
tricky beast is EXTRACT$, try following:
USES "Console"
printl extract$("www,ccc,ddd", ",", %FALSE)
waitkey
It works, but it returns the "www" in uppercase! I guess this is rest of some internal optimization for case insensitive search. REMAIN$ works well in the same situation, so it seems EXTRACT$ only.
Petr
tricky beast is EXTRACT$, try following:
USES "Console"
printl extract$("www,ccc,ddd", ",", %FALSE)
waitkey
It works, but it returns the "www" in uppercase! I guess this is rest of some internal optimization for case insensitive search. REMAIN$ works well in the same situation, so it seems EXTRACT$ only.
Petr