will briggs Posted August 18, 2011 Posted August 18, 2011 Hey, Just dont get why this isnt, working... function onGridClick() local row,col = guiGridListGetSelectedItem(guiGridList) if(tabname[row]) then guiSetText(memo,tabname[row]) end else guiSetText(memo,"") end end
BinSlayer1 Posted August 18, 2011 Posted August 18, 2011 function onGridClick() local row,col = guiGridListGetSelectedItem(guiGridList) if(tabname[row]) then guiSetText(memo,tabname[row]) else guiSetText(memo,"") end end looks like you had an extra end
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now