I'd appreciate any help with the following. I have a sample code that look like this:
Code: Select all
\documentclass{article}
%\usepackage{array}
\newcommand{\Format}{r}
\begin{document}
\begin{tabular}{\Format}
1 \\
2 \\
\end{tabular}
\end{document}
Code: Select all
! Package array Error: Illegal pream-token (\Format): `c' used.
See the array package documentation for explanation.
Type H <return> for immediate help.
...
l.8 \begin{tabular}{\Format}
{tabular}
?Thanks,
GordonW