Please can anybody solve this dilemma? It's very urgent.
How to read the following text file and assign col5 as integer and get the values which are less than -500 and more than 500 but not equal to 0 in new text file by vb6.0?
col1|col2|col3| col4|col5|col6|
AXC
doc|100|500|780 0|900|chd|no5|
MNC
doc|100|500|680 0|200|chd|no6|
Get output in below format
doc|200| or doc,200,
How to read the following text file and assign col5 as integer and get the values which are less than -500 and more than 500 but not equal to 0 in new text file by vb6.0?
col1|col2|col3| col4|col5|col6|
AXC
doc|100|500|780 0|900|chd|no5|
MNC
doc|100|500|680 0|200|chd|no6|
Get output in below format
doc|200| or doc,200,
Comment