Hi again legends. I need your help once again. I dont know how to replace/set block attribute values when I insert it via lisp if it has more than 1 line (vertically). 
  
If it is only one line (horizontally), I know how. for example I have 4 tags, so the code goes: 
  
 
(command "-Insert" "Sampleblock" "_non" Data_block aa ""
                  LineValue1
                  LineValue2
                  BearingValue
                  DistanceValue
                   )
 
(assuming all values were set and achieved) 
But when I'm dealing with attributes more than 1 line (vertically), I dont know how. Sample Image  
  
Is there a way to write in a lisp that says set the value of POINT1 with this, POINT2 with this, and goes on. 
  
P.S. I already know (maybe hehehe) how to get the values that I want, I just dont know how to set them as values on the inserted block when it is more than 1 line vertically. 
  
Thanks again for your help. kudos