Metropoli BBS
VIEWER: sam108.txt MODE: TEXT (ASCII)
apl>" <------------------------- sam108.txt ---------------------------->


apl>)copy cap2/handbook/wksp/ac character


apl>)copy cap2/handbook/wksp/gi hang if integer


apl>)copy cap2/handbook/wksp/mo matrix


apl>)copy cap2/handbook/wksp/su tabulate


apl>tabulate 2 3RI6

 1 2 3
 4 5 6

apl>tabulate 2 3ROI6

  3.14  6.28  9.42
 12.57 15.71 18.85

apl>tabulate I3

 1
 2
 3

apl>tabulate 'abc'

a is not numeric
0j1
 z#(2X~integer a)FTmatrixTa                                 
                 ^ 14 - the arguments to format must be numeric.
The error occurred in function tabulate
tabulate[2]

apl>)off

tabulate 'abc'
^ 998 - end of apl processing.
[ RETURN TO DIRECTORY ]