I ended up using this and it works beautifully.

Strings work here; arrays don't; but, as Joe shows, strings have some of the functionality of arrays.

(I did try wrapping an array in a class; it seemed like it should have worked, but I couldn't get 'correct' values out of it).

John Kubie

On May 31, 2006, at 6:29 PM, [EMAIL PROTECTED] wrote:


  if dict.HasKey( name ) then
     dict.Value( name ) = dict.Value( name ) + "," + str(blobNumber)
  else
     dict.Value( name ) = str(blobNumber)
  end if

_______________________________________________
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>

Reply via email to