[erlang-questions] ets:file2tab/1 question

DougEdmunds dougedmunds@REDACTED
Wed Jun 11 19:08:27 CEST 2008


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





More information about the erlang-questions mailing list