On Wed, April 12, 2006 8:42 am, Mark O'Neill wrote: > What I'd like is something like: > > for i As Integer = 0 to UBound(MyArray) > MyArray(i).Icon = MyArray(i).Icon + "16" > next > > ...but obviously that doesn't work - I'm using that as a literal > example of what I'd like to happen.
Hi Mark! Check out my answer in the "Letters" section of this RBU tutorial where I cover a similar situation: http://www.applelinks.com/rbu/043/ I wouldn't recommend the resource fork approach I mention as one solution; but you can easily change that function to load the files off disk instead of pulling them from the resource fork. -- Marc Zeedar Publisher REALbasic Developer Magazine http://www.rbdeveloper.com _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
