
|
Go to the first, previous, next, last section, table of contents.
- newbytearray(len,[listorstring])
-
:: 墓さ len の byte array を栏喇する.
- return
-
byte array
- len
-
极脸眶
- listorstring
-
リストまたは矢机误
-
newvect と票屯にして byte array を栏喇する.
similar to that of newvect .
-
矢机误で介袋猛を回年することも材墙である.
-
byte array の妥燎のアクセスは芹误と票屯である.
[182] A=newbytearray(3);
|00 00 00|
[183] A=newbytearray(3,[1,2,3]);
|01 02 03|
[184] A=newbytearray(3,"abc");
|61 62 63|
[185] A[0];
97
[186] A[1]=123;
123
[187] A;
|61 7b 63|
- 徊救
-
section
newvect .
Go to the first, previous, next, last section, table of contents.
|