symbols=:   ;:'A AAPL AMAT AMD AMZN ATT BA CRA CSCO DELL F GE GM HWP IBM
INTC'
symbols=: symbols,;:'JDSU LLY LU MOT MSFT NOK NT PFE PG QCOM RMBS T XRX YHOO'

    3 { symbols
+---+
|AMD|
+---+
    8 { symbols
+----+
|CSCO|
+----+
    ] cards  =: ;: 'as 1s 2s 3s 4s 5s 6s 7s 8s 9s ts js qs ks'
+--+--------------------------+--+--+--+--+
|as|1s 2s 3s 4s 5s 6s 7s 8s 9s|ts|js|qs|ks|
+--+--------------------------+--+--+--+--+


How can I get all of the strings in the list to be boxed as opposed
to only strings starting with a alpha character being boxed?

thanks 








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

Reply via email to