Question

Get Specific Cell from Data Table Using Indices

  • 25 August 2023
  • 2 replies
  • 31 views

Userlevel 2
Badge +8

The title sums it up. I have a data table with 5 columns and 125 rows.

 

I know that the value I need is located in the first column in the first row (not header row).

 

The cell location would equate to “0, 0”.

 

Is there a quick way to do this in A360? I would like to avoid a loop as it requires more code/variable overhead than I want.


2 replies

Userlevel 5
Badge +10

try to use string.toString() function to loop through the cells like A.$counter.toString()

Userlevel 3
Badge +6

 

$Table[0][0]$

Reply