How do you save current row to string?

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?

image

image

image

Hi @chowus

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.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.