List.read

Reads a number of elements starting at index=seek. Seek is increased by number of elements

Arguments: buffer is the array into which the elements will be read. set buffer.length to number of elements to read

Return Value

Type: uinteger

number of elements read into the buffer

Meta