BufferFromString (s$, ByRef buffer )
文字列のバイト値を数値バッファへ代入します。
用例:
BufferFromString (
"hello world"
, my_array )