Skip to main content
Question

Get Specific Cell from Data Table Using Indices

  • August 25, 2023
  • 2 replies
  • 2262 views

LoganPrice
Most Valuable Pathfinder
Forum|alt.badge.img+14

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

rbkadiyam
Premier Pathfinder | Tier 7
Forum|alt.badge.img+17
  • Premier Pathfinder | Tier 7
  • August 25, 2023

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


Forum|alt.badge.img+6
  • Navigator | Tier 3
  • August 25, 2023

 

$Table[0][0]$