Rudi, I have been experimenting with you test code and have not complete found the problem, but part of the problem is that your =. for test itself must be and =: .
Try that and get back. Btw, I was using JHS. Were you? On Tue, Mar 29, 2011 at 11:37 AM, Rudi Mann <[email protected]> wrote: > Hi, > > whenever I edit a script file, save it and try to load it, I get > "spelling error". After a long, frustrating search I found the reason: > In the script file the blank spaces are converted to special > characters (¬†) which are invisible (i.e. look exactly like spaces) in > the J environment. The standard text editor displays them. Example: > > test=.3¬†:¬†0 > if.¬†-.'/'=_1{y¬†do.¬†y=.y,'/'¬†end. > tbl=.¬†1!:0¬†y,'*' > dtbl=.¬†('d'=>4{each¬†4{"1¬†tbl)¬†#¬†0¬†{"1¬†tbl > result=.(<y),each¬†dtbl > ) > > Something similar occasionally happens when I "reuse" a line in the > session manager. How do I get rid of this behaviour? > > Rudolf Mann > > Happy Plating GmbH > Aumühlweg 17-19 Halle F4 > A-2544 Leobersdorf > Austria > > Tel. +43 (0) 2566 62120-14 > Fax +43 (0) 2566 62120-40 > www.happyplating.at > > > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > -- (B=) <-----my sig Brian Schott ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
