Search

Set Table Value

Last Updated: Dec 2, 2020

Articles

Use this function to update the element of the input row & column number in the input table to the input value.

Syntax

Set Table Value(table,row_number,column_number,value)

Parameters

Input Parameter Name Description
table Data Table Variable
row_number Row Number
column_number Column Number
value Value to be updated to

Sample

Set Table Value (Product,2,3,Nokia310)

  • Update the value of 3rd column, 2nd row element in data table ’Product’ to ‘Nokia310’

To view all the Table functions, click here.

Did you find what you were looking for?