If i try to avoid the "repr", then i need to find out how many dot expressions 
are in the statement. See this scenario. 
    
    
    anObject.aProperty4.avar = 500
    anObject.aProperty3 = false
    
    
    Run

I test this code with "dumpLisp" . So this type of code, i think we need to 
find out how many dot expressions are there. In other words, we need to 
completelt rip apart the statement and re assemble it. 

Reply via email to