<div dir="ltr">Dear KST Members!<div><br></div><div>I am working on a windows 7 PC and writing a C program which calls the KST to plot curves from a .txt file with " ; " delimiter.</div><div>the source's first row contains the label of the  columns.</div><div><br></div><div>I am using absolute path to call kst2.exe</div><div><br></div><div>with system call function it looks like this:</div><div><br></div><div>system("c:\tmp\kst\bin\kst2.exe -f 2 --png filename.png filename.txt");</div><div><br></div><div>i have also tried</div><div><br></div><div>system("c:\tmp\kst\bin\kst2.exe -f 2 filename.txt -y 2 -y 3 --png filename.png");<br></div><div>system("c:\tmp\kst\bin\kst2.exe filename.txt -f 2 -y 2 -y 3 --png filename.png");<br></div><div><br></div><div>but i only have a blank png or the index plotted and the other columns at 0.</div><div>I don't know what causes the problem, the only thing i can imagine, is that the program doesn't automatically recognize the " ; " as a delimiter and it's looking forward to a \t or " , " .</div><div><br></div><div>I hope that one of you can help me to solve this problem</div><div><br></div><div>Looking forward your answer:</div><div>-Kornél</div></div>