How can you remove a specific string from an array (totally), and redim it so that the blank doesnt remain?

IE> In an array (3)

Hello
Test
Help

and i want to remove "Test".. to make the new array(2) look like this:

Hello
Help


anyone know?