BufferFromString (s$, ByRef buffer )
Stores the byte value of a string into a number buffer
Example:
BufferFromString (
"hello world"
, my_array )