Luzifer Altenberg wrote:
Hallohow to deal with binary data. is there something like php pack(); unpack(); Luzifer
Strings in neko are buffers, they can contain any character including \0 and other binary chars. You can then use $sget and $sset to modify them char-by-char. (see the doc / Builtins / String )
Nicolas -- Neko : One VM to run them all (http://nekovm.org)
