Hi All, I used getAsciiWave command to draw a waveform from text file, but when I use the following command: plot(getAsciiWave("test.txt" 1 2 ?xskip 1 ?yskip 1)) What I want to do is to skip the first line in the file (contains the headers), if the first line only contains letters and numbers, it worked fine. But if it contains some symbol like ` or (, it will return syntax error. Isn't the ?xskip and ?yskip supposed to completely ignore the first line? Thanks. Regards, Weifeng