Yes, Mart, thanks. I did not know that I don't need +.
Glenn - not sure I understand the reason for the ? at the END of the line?

Particulars:
Yes, I use an array which contains the full filename in each element.

:CHOOSE
$ind= $ind -1
For $cnt = 1 to $ind
$gho= $dir[$cnt]
? $cnt ". " $gho
Next

This code seems to do what I want now. One question I have is how (using GET) would I be able to see the selections typed as selections are made? Or do I need to use GETS?

Thanks for the help.


Edited by Alan R (2008-03-31 05:03 PM)