Jingcheng Zhang
unread,Oct 21, 2009, 3:20:12 AM10/21/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scite-interest
Hello everyone,
Is there anything wrong in the following codes? How can I correct it?
I bind test() to F12 and invoke it, select an entry and press enter,
but it didn't print a "hello" string:
function OnUserListSelection(a, b)
print('hello')
end
function test()
editor:UserListShow(1, 'a b c d')
end