---Alex Rufon wrote:
> The problem is caused by a conflict between strings and
> primitives library.
>
> So in primitives, cut is defined as (;.) while in strings it
> is defined
> as (' '&$: :([: -.&a: <;._2@,~))
>
> I guess I need to copy and change ole32.ijs. Unless, of
> course, anybody
> else has a better idea or has a reason why I should use the strings
> definition instead of the primitives.Unless you use the primitives definition of cut elsewhere in your code, another option might be to just load strings after primitives? ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
