Unable to Add a row to table 2 dimensional variable programmatically
I was wondering, is there a way to add a row to a 2-dimensional table variable programmatically? I was dissapointed to find that ".AddColumn" exists but ".AddRow" does not. To me, ".AddRow" wo...