Using table from tab

In the anagrams example game is a tab called Words. In this tab is a table of words only.

So I made a new Codea project, then made a new tab called Words and put the words table in it, but:

How do I access this words table in the Words tab from the Main tab?

Basically, how can I make print(words[9]) work from the setup in main?

Hello @david19801. It should work. Are you sure your table in the ‘Words’ tab is called words and not Words?

Yep, sorry, I’m stupid. Typo! :slight_smile:

I Have that Problem all The time

@Ignatz haha I see What you Did there!