|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Fri Jul 11, 2008 10:23 pm
[2.30] Lua zs.numbutton returns null |
Entering this at the command line in my session is returning a null
Code: |
#LUA {zs.show(zs.numbutton)} |
I am expecting an integer result based on the documentation. I do actually have buttons in my session; and would expect a non-zero result here, and a display of 0 in a default session.
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Fri Jul 11, 2008 11:09 pm |
Confirmed. Works with aliases:
#LUA {zs.show(zs.numalias)}
but not with buttons for some reason. Added to bug list. |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Fri Jul 11, 2008 11:26 pm |
If you look at the script I was building for the Search and Replace topic you will see I was looking to pull all of them. numbutton was the only one I found to be a problem.
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
|
|