Skip to content

RawData.len

JoeStrout edited this page Apr 29, 2026 · 2 revisions

get the size of this RawData object in bytes

Parameters

None.

Return value

Condition Return Value
(always) number

Notes

Example

import "RawData"
data = new RawData
data.resize 16
print data.len   // 16

Clone this wiki locally