Jean Claude COEZ wrote: > Chris Burke wrote: > JCCoez wrote: > >>When the path contains un space, jpath returns only the string up to the >>first space. I am using J504 on Windows Xp. Am I missing something ? >>JCC > > > What exactly is the problem? The jpath verb does not seem to treat > spaces specially, for example: > > jpath 'abc def' > abc def > > jpath '~system/abc def' > /home/chris/j601/system/abc def > ------------------------------------------------ > > I re-ask the same question and precise that the names of directories could be > 'ho me' or 'chr is' > with an extra blank. In that case, the J package was installed in a > directory having space > in its name. I know this is not a good usage but it may happen.
Please give an explicit example of the problem you are having, so that we can reproduce it. Something simple like: load J, enter sentence X, get result Y, expect result Z. The J system supports directories with blanks in the name. Any problems in this area will be fixed. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
