>
In the docs for the ets module:
file2tab(Filename) -> {ok,Tab} | {error,Reason}
Types:
Filename = string() | atom()
Tab = tid() | atom()
Reason = term()
Can someone provide an example where
Tab returns an atom() and not a tid()?
Thanks.
=dae