New topic: 

AddRow problem

<http://forums.realsoftware.com/viewtopic.php?t=30648>

       Page 1 of 1
   [ 2 posts ]                 Previous topic | Next topic         Author  
Message       rlinsurf           Post subject: AddRow problemPosted: Sun Oct 
25, 2009 3:24 am                        
Joined: Tue Mar 21, 2006 12:49 am
Posts: 36              The LR says:

"...the following specifies all columns in the last row added using AddRow or 
InsertRow:
Me.Cell(Me.LastIndex, -1)
If you set this equal to a tab-delimited string, you can update the row with 
one line of code."

So I now have this:
Code:For i=2 to 22
  jottList.addrow Mid(s.NthField(counter,i), 1, 36)
Next


But I'd like to also add these in the next cells of the same row:
Code:"http://JottAudio.ashx?id="+Mid(s.NthField(counter,i), 1, 36)
"http://show.aspx?id="+Mid(s.NthField(counter,i), 1, 36)


Is there a way I can do this with one line?   
                            Top               rlinsurf           Post subject: 
Re: AddRow problemPosted: Sun Oct 25, 2009 3:48 am                        
Joined: Tue Mar 21, 2006 12:49 am
Posts: 36              nm. Got it    
                            Top           Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 2 posts ]     
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

[email protected]

Reply via email to