Hi
Im kinda a newbie and would like some help Please!!

Im writing a hangman Game for 2 players.
How it works is the user is prompted for a new word by means of a INput box . The assiged label then displays the word as "******" .
Now what I want 2 know is how to set the Eg: Word equel to an
array Eg: Secret word.

Eg:

word = inputbox (".....")


now how do i go about setting this returned value = to an array

Eg :secretword()
so that the guesses can be compared to that array


please help

Thanx