lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Mark Hamburg <mark_hamburg@baymoon.com> wrote:
>
> Note that string.byte will actually take a range of positions in the  
> string to extract so you don't need to create substrings.

Righto. I was probably too deep in the bowels of the ID3 format to think
of these Lua internals;)

Adapted (and slightly shorter) version attached.

-- 
cheers  thomasl

web: http://thomaslauer.com/start

Attachment: id3.lua
Description: Binary data