Hello,
I am wrting a SKILL code in which I am stuck at a point here I want to access the array element defined through plist:
EXAMPLE:
setplist( 'B1 '( p 200 y list(1 2 3 4 5 6 ) )
IN = B1
; I want to access the value of y[0], I nam trying this
IN->y[0]
; but It's giving me error p, li { white-space: pre-wra*Error* arrayref: can't handle y[0]
Can anyone plese tell me where I am going wrong ?