Hi, I read in one erlang program the following statement: Tokens=tokenize(Rest) Does tokenize an erlang function or a user function ? I didn't find documentation on it. I suppose that this function extracts segments from a bit stream. Marc Bertaud