Last 15 songs played on CKLG.CA:
'ID/PSA' ORDER BY ID DESC LIMIT 15" into tSQL
put revDataFromQuery(cr, cr, tResult, tSQL) into tData
revCloseDatabase tResult
put 1 into x
repeat until x > 30
put line x of tData into tArtist
put line x + 1 of tData into tTitle
put "" & tTitle & " by " & tArtist into tSong
put "" & tSong & "
"
put x + 2 into x
end repeat
?>