OK Thanks again
> Message du 26/02/06 16:30 > De : "Miller, Raul D" > A : "Programming forum" > Copie à : > Objet : RE: [Jprogramming] Jpath bug ? > > 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 > > > [ (pas de nom de fichier) (0.1 Ko) ] ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
