Method ADT.Struct()->Chars()->create()
- Method
create
ADT.Struct.Chars ADT.Struct.Chars(
int
|Item
size
,void
|string
value
)- Description
size
is the number of bytes that are part of this struct item, or optionally an earlier Item that will be looked up in runtime. The initial value of the char string isvalue
or, if not provided, a string of zero bytes.