Forum Discussion
newbie23
13 years agoOccasional Contributor
It's ok Stephanie, thanks for your comments and you ended up resolving my issue after all :)
Ann, sorry for the late reply, but I was unable to reproduce this myself. When I tried setting up what Stephanie suggested again, it worked. So I am good now :)
basic script in case anyone else is has the problem:
1. In the main project, create a table folder called "test"
2. Give it a column and a row
3. run the following function:
Ann, sorry for the late reply, but I was unable to reproduce this myself. When I tried setting up what Stephanie suggested again, it worked. So I am good now :)
basic script in case anyone else is has the problem:
1. In the main project, create a table folder called "test"
2. Give it a column and a row
3. run the following function:
sub test()
dim before, after
before = Project.Variables.test.RowCount
Project.Variables.test.RowCount = 5
after = Project.Variables.test.RowCount
log.message("before change: " & before & "after change: " & after)
end sub
4. Results should say: before change: 1 after change: 5)
Thanks for the help :)
Related Content
- 5 years ago
- 8 years ago
Recent Discussions
- 22 hours ago