I want more selections in array scan
I have an dynamic string array
T()
T( 0 ) = "0001"
T( 1 ) = "0002"
T( 2 ) = ""
T( 4 ) = "0003"
I want:
How
The problem is "" is equal to "0000" in array scan i believe.
------------------
[email protected]otmail.com
I have an dynamic string array
T()
T( 0 ) = "0001"
T( 1 ) = "0002"
T( 2 ) = ""
T( 4 ) = "0003"
I want:
Code:
Array Scan T(), Form 1 to 4 <> "0001" And Not ""
The problem is "" is equal to "0000" in array scan i believe.
------------------
[email protected]otmail.com
Comment