I would like to know if it is possible to let LaTeX Table intepret && as &0&.
So the blank is not the literal NA or any corresponding here.
Code
\documentclass{article}
\begin{document}
\begin{table}
\begin{tabular}{| l | l | l |}
AHB && \\ \hline
\end{tabular}
\end{table}
\end{document}
I change the table row to
AHB 1 && 1 \\ \hline
I would like it be interpreted
AHB 1 &0& 1 \\ \hline


&&with&0&. – Mike Renfro Nov 18 '16 at 00:53