I have tried to do all steps by the TABLES Tutorial, but in Haiku OS i does not get Text output :-(.
Is this a bug?
openwindow(640,480,0, "Tables Part I")
tables={1,2,3,4,5,6,7,8,9}
drawtext(0,0,"Table Index 1= "..table[ 1])
sync()
inkey()
closewindow()