Studio Expressive Output not working?

I’ve never been able to get the output window to consistently print expandable tables like so:
image

Source: [Beta Feature] Expressive Output Window Improvements

My output always looks like this when I print tables:
image

I feel VERY infrequently, the expressive output for tables will work, but 90% of the time it just prints the table address. These are my Output window settings:
image

Wondering if anyone else has these issues/knows how to fix this? Or if this is a bug?

1 Like

whoops, it’s actually the other way around. don’t use tostring() on the table.

1 Like

I tried this already, same thing happens :frowning:

In a script:
image

On the command bar:
image

Result:
image

strange. are you sure your table isn’t actually a string or a tuple? did you try print(ReplicateAbilityData)?

Yeah I initially tried without tostring. It’s definitely a table.

Code:
image

Output:
image

that’s so weird, your k value which is supposed to be the index of the table is 1 instead of 2 and the only value it finds is the number 15? did you try printing a normal table separately?

maybe try breakpoints?

Yeah sorry that was a bad example. The expressive output has never consistently worked for me, even for simple tables like these:
image

Output:
image

It’s because log mode is enabled, turn it off and it should give you the expandable tables

3 Likes

This fixed it for me! Thank you so much :slight_smile:

image

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.