[14 Dec 2006] redim tables
Posted: Sat Jun 13, 2020 5:31 pm
Note: This is an archived post that was originally sent to the Hollywood mailing list on Thu, 14 Dec 2006 17:00:53 +0100
Hello, currently I am working with different files and reading that contents into a table. So when changing the file to read from I set the tablecontents to NULL. Afterwards the table is empty. So I thougth to do again
Dim table[n][n]
But when accessing the table again Hollywood says that the tablefield 0 is not initialised. What do I need to do to get access to the table again?
Hello, currently I am working with different files and reading that contents into a table. So when changing the file to read from I set the tablecontents to NULL. Afterwards the table is empty. So I thougth to do again
Dim table[n][n]
But when accessing the table again Hollywood says that the tablefield 0 is not initialised. What do I need to do to get access to the table again?