(AGK version: 108.19)
Submitted: 2014-02-05 15:27:36
function Debug()

    print("Unassigned Images")
    for i=1 to GetUnassignedImages()
        print(str(i) + " " + GetUnassignedImageFileName(i) )
    next

endfunction
Help make AGK better by submitting an example for this command!
(All examples are subject to approval)
Login to post an example of your own.