Difference between revisions of "RawData.resize"
Jump to navigation
Jump to search
(Created page with "<cs>RawData.resize</cs> resizes the raw data buffer to the given number of bytes. Previous data (if any) is retained to the extent that it will fit in the new buffer. ==...") |
m |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | < | + | <c>[[RawData]].resize</c> resizes the raw data buffer to the given number of bytes. Previous data (if any) is retained to the extent that it will fit in the new buffer. |
=== Arguments === | === Arguments === | ||
Line 9: | Line 9: | ||
| ''bytes'' || number || 32 || new buffer size, in bytes | | ''bytes'' || number || 32 || new buffer size, in bytes | ||
|} | |} | ||
+ | |||
+ | |||
+ | [[Category:Mini Micro]] |
Latest revision as of 02:32, 30 January 2025
RawData.resize
resizes the raw data buffer to the given number of bytes. Previous data (if any) is retained to the extent that it will fit in the new buffer.
Arguments
Parameter Name | Type | Default Value | Meaning |
---|---|---|---|
bytes | number | 32 | new buffer size, in bytes |