Hi there,
try this
*dim,dx,,40
define your data in an array. Select the line, area or volume on which the nodes of interest lies.
NN=0
*get,numloop,NODE,0,count
*do,i,1,numloop
*get,nodeload,NODE,NN,NXTH
d,nodeload,uy,dy(i)
NN=nodeload
*enddo
This stuff works. I've used this.
Cheers
FEAVNIK