On 10 апреля 2012 16:25:49 Pablo Vieytes wrote: > -record(inputmsg, {action, data1, ..., datan}). ... > and I needed data1...datan in action_x(). handle_cast(#inputmsg{}=Msg, State) -> [_,X|Data] = tuple_to_list(Msg), ... -- V.B.R Sergey Shilov.