I've posted this non-feature to the bugzilla.

Bug #2884

(ignore #2885, which is a duplicate somehow created by Revzilla)

please vote if you're on a mac and would like this feature restored.

sqb

At 9:40 AM -0700 6/8/05, Stephen Barncard wrote:
<[EMAIL PROTECTED]>
the usual array test in a button...

on mouseUp
  global testArrayA
  put "test1" into testArrayA[1]
  put "test2" into testArrayA[2]
  put "test3" into testArrayA[3]
  repeat with n = 1 to 3
    put testArrayA[n]  & return after theOut
  end repeat
  put theOut
end mouseUp

returns in the msg...

test1
test2
test2

but I don't see anything different in the variable watcher. Under what conditions does one 'see' the arrays values in Rev 2.6??



At 9:12 AM -0400 6/8/05, Thomas McGrath III wrote:
Pat,

Yeah, I did a few times.(click button with script then select testArrayA, even select right pane blank space - nothing) Right pane shows blank the msg shows the array but testArrayA does not.

I wonder why.

tom



On Jun 8, 2005, at 1:50 AM, Pat Trendler wrote:
I don't know if I'm misunderstanding this. But, if I run the handler below, in the variable watcher I can see :

left pane            right pane
testArrayA     <array>

in the panes below

[1]                    test1
[2]                    test2
[3]                    test3
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to