I have made a simple drawing program and want to offer the user an 'undo' button so the last item they draw is undone, i intend to do this by taking the array (dynamic list array) back an item. what is the code to do this, i looked at using form.arrayname.item(-1) but wasnt sure how to implement it, any help would be appriated.