|  |     I haven't checked this completely, but my immediate comments are:
    
    A) It is legal to have folder names starting with space. Confusing -
    but legal. This is based on knowing the code rather than the
    documentation.
    
    B) I am willing to believe that there may be some places in the code
    where this is not honoured, like the example you found. Removing that
    trimming seems a good move, but it may only let you get through to the
    next problem area.
    
    C) If you have a folder name beginning with space then menu bypass is
    impacted, eg
    
    SEL  FOLDER1 will try and select "FOLDER1", not " FOLDER1"
    
    Dick
 | 
|  | 	Thank you for your quick response.
>    trimming seems a good move, but it may only let you get through to the
>    next problem area.
 
	I think so, too. because I fear the modification causes another 
	problem, I asked it is right way or not.
   
	I'm a ALL-IN-1 Japanese developer and another engineer asked me about
	this problem (Her customer found this problem), so I will ask her
	that her customer really want to use folder name that begins with 
	space.
Regards,
Katsuhiko
 |