ptr[index] = int â int
ptr[start, length] = string or cptr or addr â string or dl_cptr or addr
ptr[start, length] = string or cptr or addr â string or dl_cptr or addr
Instance Public methods
Set the value at index
to
int
.
Or, set the memory at start
until length
with the
contents of string
, the memory from dl_cptr
, or
the memory pointed at by the memory address addr
.
Please login to continue.