|
|
if i make a txt file containing :
aaaaaaaa
bbbbbbbb
cccccccc
dddddddd
down
eeeeeeee
ffffffff
gggggggg
and then i use text_get_line to scan each line for down.
then it will not find the result down. at all.
if i then do this :
aaaaaaaa
bbbbbbbb
cccccccc
dddddddd
hjsdfhjsd down
eeeeeeee
ffffffff
gggggggg
then there is not any problem at all.
and it can find down now.
it seems it cannot find the text i search for. if it is at beginning of line. |
IP Logged
|