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?

![]()

CurrentRow(“ColumnName”).Tostring
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.