Get the row index from an infotable?
How can i retrieve the row index value like [0]? Using this code is have the following:
var infoTable = me.mapLocations;
var values = new Object();
values.Name = NetworkAsset;
var row = infoTable.Find(values);
to get the row object, but i'm having a problem getting the index number from this.
Thanks.
Andy
