output="C:\0-2007-QP3\Test.csv"; string checkit; checkit=symbol; if not checkit="GE" or checkit ="GM" then println Symbol , "," , Description ; endif;
--- In [email protected], "ubde" <[EMAIL PROTECTED]> wrote: > > I have an old stock charting software (Window on Wall Street)that I use > QP2 data for input. I do this by exporting the QP2 data from a QP2 scan > list to a data file (CVS format) that I then import into the charting > software. Due to a quirk in the charting software there are about 5 > stocks out of 3600 that hang up my import until I manually skip the > stock, during the import process, to the next one, which then continues > the import. If I could skip the "bad" stocks and not write them out to > my chart input file, I could save myself a lot of time in the import > process. Does anyone know if there is a way to exclude the specific > undesirable stocks from being written out to my charting import file? > Something like If Issue = StockX do not write. Is Issue (not Issue Type) > a ligit function? > > DanB >
