PDA

View Full Version : Problems / String functions



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

ErosOlmi
31-08-2008, 23:21
Thanks again Petr. Problem fixed.

Will be present in next preview refresh.

Eros