Saveing a ns - I fear this might be embarassing.. :(
Posted: Mon Feb 06, 2012 10:06 pm
I've done it before and was able to save a namespace to a script, have a saved classes etc., so I thought I had understood it.
But somehow I'm getting frustrated now. Can somebody tell me what I am missing? (BTW, it is 11pm in germany now, so if it should be too obvious, pls. give me the benefit of a doubt and assume I am very tired after a long day...;-))...
But somehow I'm getting frustrated now. Can somebody tell me what I am missing? (BTW, it is 11pm in germany now, so if it should be too obvious, pls. give me the benefit of a doubt and assume I am very tired after a long day...;-))...
Code: Select all
)clear
clear ws
)ns foo1
#.foo1
foo1.abc←⍳9
]save foo1
⍎Ref does not point to a SALTed namespace
Run[6] ⎕SE.SALT.Save Args
∧
]save #.foo1 -convert
⍎Ref does not point to a SALTed namespace
Run[6] ⎕SE.SALT.Save Args
∧