Thank you. This works. I can even write: smoutput 'value error ',verb to get "value error". :)
Anssi
At 17:05 2.6.2007, you wrote:
You might place at the bottom of your script a test for undefined
verbs.

For example:

3 :0''
 for_verb.nl 3 do.
   verb=.;verb
   try.verb f.
   catch. smoutput 'Invalid ',verb
   end.
 end.
 i.0 0
)

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to