[javascript]
hello, i just want to ask how will exclude column D (the BOLD entry) when its value is 1??? this example is a continous value [10000|12235PS|0 .0|0|0^10001|12 235PS|0.0|1|0^1 0000|12200SH|0. 0|1|0^10001|122 00SH|0.0|0|0^10 001|12232EA|0.0 |0|0^10001|1223 2EA|0.0|1|0^]
a b c d e
----------------------------------
10000|12235PS|0 .0|0|0^
10001|12235PS|0 .0|1|0^ (this line will be remove)
10000|12200SH|0 .0|1|0^ (this line will be remove)
10001|12200SH|0 .0|0|0^
10001|12232EA|0 .0|0|0^
10001|12232EA|0 .0|1|0^ (this line will be remove)
Thanks and regards to all you guys...
hello, i just want to ask how will exclude column D (the BOLD entry) when its value is 1??? this example is a continous value [10000|12235PS|0 .0|0|0^10001|12 235PS|0.0|1|0^1 0000|12200SH|0. 0|1|0^10001|122 00SH|0.0|0|0^10 001|12232EA|0.0 |0|0^10001|1223 2EA|0.0|1|0^]
a b c d e
----------------------------------
10000|12235PS|0 .0|0|0^
10001|12235PS|0 .0|1|0^ (this line will be remove)
10000|12200SH|0 .0|1|0^ (this line will be remove)
10001|12200SH|0 .0|0|0^
10001|12232EA|0 .0|0|0^
10001|12232EA|0 .0|1|0^ (this line will be remove)
Thanks and regards to all you guys...
Comment