I use StudioX set variable value don’t work
What I need is: lets say my current row is now second one, and I need to save 6 from the Column numbers, how do I do that?
I use StudioX set variable value don’t work
What I need is: lets say my current row is now second one, and I need to save 6 from the Column numbers, how do I do that?
By the way, there is no reason to create the MyNumber variable and store the CurrentRow value in it. You can just use CurrentRow(“ColumnName”).ToString anywhere you need it.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.