Mike, I haven't had a chance to look into this and won't be able to 'til tomorrow, but I thought you might have some insight...
When VariableReplacer constructed the CompoundFunction, it placed the function on the object's HashMap (I think it is). In the case of HTTPSampler, HTTPSampler overrides the method and stores the object as a String, which for CompoundFunction was it's address in memory (using Object's toString()). Magically somewhere, it got reconstructed back to a function. What I need to figure out is where this happens because CompoundFunction is now CompoundVariable...no longer a function and instead of being reconstructed to a CompoundVariable, the ugly string gets returned! Do you happen to know in what class this happens? Thad __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
