Good job Gary! You isolated the numbers. Sort's fine now. Thanks
A couple more questions (that's what you get for being good<g>)
A. This scan brings 2 errors: "Undexpected letter" and "Unexpected "e"" the errors poit to the println line.
//Cooper, Lizard Sell, translated by Brooke Elise Nagler
input="Weekly.lst"; output="Lizrdsel.lst";
If Open(0) <= Low(0) + (range(0)*.25) and //O <= L + ((H-L) * .25) AND Close(0) <= Low(0) + (range(0)*.25) and //C <= L + ((H-L) * .25) AND high(0)>Max(-1,-9,hi) //H > Ref(HHV(H,9),-1) then;
println symbol,",", close(0):8:3,",", close(-1):8:3; endif;
B. Does it matter which comes first: output.lst or input.lst?? C. Is there a limit to how many scans there are in a profile??
regards Rashid |