Jean Claude COES wrote:
> f=:wd'mbopen "Choix d''une grille"', dir,' "" "Sudoku(*.dat)|*.dat" 
> ofn_filemustexist'
> It seems that the variable dir with a space is not
> appropriate...How can I solve that ?

Put double quotes around dir

 f=:wd'mbopen "Choix d''une grille" "', dir,'" "" "Sudoku(*.dat)|*.dat" 
ofn_filemustexist'

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to