enter discovery
hi, i've an example file:
"Mother NE:
Total Capacity:
Capacity Part1:
Capacity Part2:
1.1 - BOARD INFORMATION
"
i'm searching this file line by line and a wanna know if line contains an epmty string, so after CapaCity Part2 is an empty line with enter key. i've tried:
if(line.indexOf("\n")>-1) -->true, but it doesn't work. thanks for any advice. best regards
Jarek

