Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New rows from dot notation (set item)

Status
Not open for further replies.

MaximeBMTL

Programmer
Oct 15, 2015
1
0
0
CA
Hi everyone,

I don't know if this is known or not, but my co-workers and me found today that if we use dw.object.column[row] = 1, if row is higher then the actual rowcount, new rows will be added until rowcount = row.

EX: If we use dw.object.column[7] in a DW with 2 lines, 5 will be added.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top