Well...it contains the count. I would assume that SQL creates numbers when it does a count, correct? Below is an example output. It also works for SQLArray(0,i) and SQLArray(1,i) but not for SQLArray(2,i).
TO_CHAR(LG.LOGTIME,'HH24') TO_CHAR(LG.LOGTIME,'MI') COUNT
10 15 1
10 19 2...