Hi all, How about using this method to get the Ident and xxxLit from a body ? 
    
    
    var aStr = body.treeRepr    # here i can get the complete string 
representation of the code
    # Now, i can search for the string "Ident"  and then get the Ident.
    
    
    Run

Reply via email to