Returns a byte array with the specified dimensions, setting the contents of the result to increasing numbers starting at 0.
a = BINDGEN(4, 2)
INFO, a A BYTE = Array(4, 2) PRINT, a 0 1 2 3 4 5 6 7