Hi. I've been using AssembledSymbolList inside the Acedb bridge and run into a gotcha. I was assuming that by calling putComponent(ComponentFeature) that the assembly would grow in length, but apparently not. I seem to need to call setLength(int) explicitly. Is there any problem with me modifying the file to have a 'grow as needed' vs 'exact length' behavior? What is meant to happen? Matthew