How to Copy a Class to Another Namespace ?

General APL language issues
Post Reply
User avatar
PGilbert
Posts: 440
Joined: Sun Dec 13, 2009 8:46 pm
Location: Montréal, Québec, Canada

How to Copy a Class to Another Namespace ?

Post by PGilbert »

What should I do to copy a Class from a namespace to another ? ⎕NS seems to be not working for doing that.

Pierre Gilbert

Using: v12.1 Unicode
Last edited by PGilbert on Mon Aug 30, 2010 7:21 pm, edited 1 time in total.
DanB|Dyalog

Re: How to Copy a Class to Another Namespace ?

Post by DanB|Dyalog »

[]NS *SHOULD* work. It will be reported.
You can always do target.[]FIX []SRC class
Post Reply