In the Variable Watcher I can only see one value
of an array (which has four values in it).
Is there any way I can see all four values at the
same time?
Array in Variable Watcher
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Dear bjb007,
You shouldn't see a value, you should see "<array>". When you click on the line containing the variable name, the bottom of the variable watcher should give you a table with key names on the left and the contents of the elements on the right.
Kind regards,
Mark
You shouldn't see a value, you should see "<array>". When you click on the line containing the variable name, the bottom of the variable watcher should give you a table with key names on the left and the contents of the elements on the right.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Array in Variable Watcher
Mark
Might have been something to do with visibility of the array -
my other post about Global refers.
Fixed "global" declaration and can now see all elements
of the array!
Thanks again.
Why is it that when something doesn't work as expected
it's always my fault?
Might have been something to do with visibility of the array -
my other post about Global refers.
Fixed "global" declaration and can now see all elements
of the array!
Thanks again.
Why is it that when something doesn't work as expected
it's always my fault?
Re: Array in Variable Watcher
Our good education prohibits further commentsbjb007 wrote:...
Why is it that when something doesn't work as expected
it's always my fault?

Best
Klaus
Array in Variable Watcher
I feel a persecution complex coming on.