View Single Post
  #6 (permalink)  
Old 04-12-2008, 06:49 AM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,204
Default

1. The only way to do it is by selecting the last row:
Code:
table1.SelectCell(table1.ColName(0),table1.RowCount-1)
2. This is not possible. The code is only parsed once (during compilation) and the parser can't know the value of each variable.
3 & 4. I will check these issues.
Reply With Quote