Le 27/10/2011 09:40, johann Sorel a écrit :

Thanks for the answer.

since strings are basicly 'byte buffers', how can I manipulate then as 'bytes'.
for example :
- get me the 2nd byte value ?
- replace the 3rd byte by this one ?
- concatenate an array of bytes ?
(I'm talking about bytes but it's actually ints in nekovm)

Check http://nekovm.org/doc/view/builtins (string builtins)


or perhaps there is  a more convinient type for this ?
some kind of bytestream/bytebuffer ?

Check http://nekovm.org/doc/view/buffer

Best,
Nicolas

--
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to