Verbatim in table 

Newsgroups: comp.text.tex
> Can somebody show me how to use Verbatim inside table?

Your problem is not verbatim in a table, but verbatim in the argument to a command, which is forbidden (see the manual).

> This is the command that I created for floating-table:
>
> % Command \ftable{content}{caption}

You must instead define an environment.

But I don't see that it saves you much typing.

Donald Arseneau