In reply to rag123:
Not sure what you are expecting to print, but the variable d is an unpacked array. So you either need to use ‘%0p’ to print it out as an assignment pattern, or select an element of d.
In reply to rag123:
Not sure what you are expecting to print, but the variable d is an unpacked array. So you either need to use ‘%0p’ to print it out as an assignment pattern, or select an element of d.